summaryrefslogtreecommitdiffstats
path: root/generic/tkbltGrAxisOp.C
diff options
context:
space:
mode:
authorAdrián Medraño Calvo <adrian@medranocalvo.com>2017-07-21 09:37:32 (GMT)
committerAdrián Medraño Calvo <adrian@medranocalvo.com>2017-07-21 11:40:49 (GMT)
commitf10a85adccccb3efccfc84a7d4ca12cc66c7fb1c (patch)
tree8769ca4130b57ade60673f72aa70439e335d7d3e /generic/tkbltGrAxisOp.C
parent75db3cd1d501700e657da43148197665f71d7a70 (diff)
downloadblt-f10a85adccccb3efccfc84a7d4ca12cc66c7fb1c.zip
blt-f10a85adccccb3efccfc84a7d4ca12cc66c7fb1c.tar.gz
blt-f10a85adccccb3efccfc84a7d4ca12cc66c7fb1c.tar.bz2
Add cmath and printf wrappers for Windows
Needed for compiling with MSVC 2010.
Diffstat (limited to 'generic/tkbltGrAxisOp.C')
-rw-r--r--generic/tkbltGrAxisOp.C1
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tkbltGrAxisOp.C b/generic/tkbltGrAxisOp.C
index 89b2be9..196d29a 100644
--- a/generic/tkbltGrAxisOp.C
+++ b/generic/tkbltGrAxisOp.C
@@ -36,6 +36,7 @@
#include "tkbltGrAxis.h"
#include "tkbltGrAxisOp.h"
#include "tkbltGrMisc.h"
+#include "tkbltInt.h"
using namespace Blt;