Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/inputbox.cc')
-rw-r--r--src/ui/inputbox.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/inputbox.cc b/src/ui/inputbox.cc
index 968038c..08b85be 100644
--- a/src/ui/inputbox.cc
+++ b/src/ui/inputbox.cc
@@ -7,7 +7,8 @@
#include "ui/inputbox.h"
#include "ui/paint.h"
#include "auxiliary/functions.h"
-#include "core/core.h"
+#include "math/functions.h"
+#include "core/application.h"
namespace ui
{