summaryrefslogtreecommitdiffstats
path: root/Project/Element.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Project/Element.cpp')
-rw-r--r--Project/Element.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Project/Element.cpp b/Project/Element.cpp
index ca24196..5b2b7d5 100644
--- a/Project/Element.cpp
+++ b/Project/Element.cpp
@@ -1,4 +1,7 @@
#include "Element.h"
+#ifdef USING_WX_3_0_X
+#include "DegreesAndRadians.h"
+#endif
Element::Element() { m_selectionColour.SetRGBA(0.0, 0.5, 1.0, 0.5); }