diff options
Diffstat (limited to 'Project/Fault.cpp')
-rw-r--r-- | Project/Fault.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Project/Fault.cpp b/Project/Fault.cpp index 725a3ec..505634e 100644 --- a/Project/Fault.cpp +++ b/Project/Fault.cpp @@ -1,4 +1,7 @@ #include "Fault.h" +#ifdef USING_WX_3_0_X +#include "DegreesAndRadians.h" +#endif Fault::Fault() : ElectricCalculation() |