fixed compiling on linux

This commit is contained in:
fourtf 2017-04-18 02:07:14 +02:00
parent 34b9057f7e
commit fb87319a0e

View file

@ -4,7 +4,10 @@
#include "widgets/notebook.h"
#include "widgets/titlebar.h"
#ifdef USEWINSDK
#include <platform/borderless/qwinwidget.h>
#endif
#include <QMainWindow>
#include <boost/property_tree/ptree.hpp>