فهرست منبع

DisplayComponent: add missing include

Vincent Lang 9 سال پیش
والد
کامیت
ce258aa6ec
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      src/display/DisplayComponent.cpp

+ 1 - 0
src/display/DisplayComponent.cpp

@@ -5,6 +5,7 @@
 #include "settings/SettingsComponent.h"
 #include <QGuiApplication>
 #include <QWindow>
+#include <math.h>
 
 #ifdef Q_OS_MAC
 #include "osx/DisplayManagerOSX.h"