From 83aac18c1f8979fc9577fe23ad1522a3a6643940 Mon Sep 17 00:00:00 2001 From: Roní Gonçalves Date: Sun, 7 May 2017 18:13:30 -0300 Subject: Added DegreesAndRadians.h and included conditional compilation in some files in order to allow compiling this project using wxWidgets-3.0.x --- Project/ElectricCalculation.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Project/ElectricCalculation.cpp') diff --git a/Project/ElectricCalculation.cpp b/Project/ElectricCalculation.cpp index 8f8fa35..d024364 100644 --- a/Project/ElectricCalculation.cpp +++ b/Project/ElectricCalculation.cpp @@ -1,4 +1,7 @@ #include "ElectricCalculation.h" +#ifdef USING_WX_3_0_X +#include "DegreesAndRadians.h" +#endif ElectricCalculation::ElectricCalculation() {} ElectricCalculation::~ElectricCalculation() {} -- cgit