diff options
Diffstat (limited to 'Project/Bus.cpp')
-rw-r--r-- | Project/Bus.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Project/Bus.cpp b/Project/Bus.cpp index 9d0de98..69bca6d 100644 --- a/Project/Bus.cpp +++ b/Project/Bus.cpp @@ -1,4 +1,7 @@ #include "Bus.h" +#ifdef USING_WX_3_0_X +#include "DegreesAndRadians.h" +#endif Bus::Bus() : PowerElement() |