summaryrefslogtreecommitdiffstats
path: root/Project/ControlElement.cpp
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-05-08 12:36:53 -0300
committerGitHub <noreply@github.com>2017-05-08 12:36:53 -0300
commitfe4776d88169c048e06c142d81bfd42651c63d1d (patch)
treed6fc2b0074a9879e01e776f04fe848bb4ae78f98 /Project/ControlElement.cpp
parent7ade1da522d642fa5f7a38e62d0e865733ef1afe (diff)
parent83aac18c1f8979fc9577fe23ad1522a3a6643940 (diff)
downloadPSP.git-fe4776d88169c048e06c142d81bfd42651c63d1d.tar.gz
PSP.git-fe4776d88169c048e06c142d81bfd42651c63d1d.tar.xz
PSP.git-fe4776d88169c048e06c142d81bfd42651c63d1d.zip
Merge pull request #31 from ronignc/master
Added DegreesAndRadians.h and included conditional compilation in some files
Diffstat (limited to 'Project/ControlElement.cpp')
-rw-r--r--Project/ControlElement.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Project/ControlElement.cpp b/Project/ControlElement.cpp
index d75c606..fa99206 100644
--- a/Project/ControlElement.cpp
+++ b/Project/ControlElement.cpp
@@ -1,4 +1,7 @@
#include "ControlElement.h"
+#ifdef USING_WX_3_0_X
+#include "DegreesAndRadians.h"
+#endif
Node::Node(wxPoint2DDouble position, NodeType nodeType, double borderSize)
{