mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
fixed compiling on linux
This commit is contained in:
parent
34b9057f7e
commit
fb87319a0e
1 changed files with 3 additions and 0 deletions
|
@ -4,7 +4,10 @@
|
||||||
#include "widgets/notebook.h"
|
#include "widgets/notebook.h"
|
||||||
#include "widgets/titlebar.h"
|
#include "widgets/titlebar.h"
|
||||||
|
|
||||||
|
#ifdef USEWINSDK
|
||||||
#include <platform/borderless/qwinwidget.h>
|
#include <platform/borderless/qwinwidget.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <QMainWindow>
|
#include <QMainWindow>
|
||||||
#include <boost/property_tree/ptree.hpp>
|
#include <boost/property_tree/ptree.hpp>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue