Fix of incorrect path separator in include.

This commit is contained in:
bubnikv 2018-09-21 12:54:40 +02:00
parent 6b2a4ffe03
commit e4373b6edd
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@
#include "Tab.hpp"
#include "PresetBundle.hpp"
#include "..\AppController.hpp"
#include "../AppController.hpp"
#include "ProgressStatusBar.hpp"
#include "3DScene.hpp"
#include "Print.hpp"