aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2011-11-17 09:09:08 +1100
committernyamatongwe <devnull@localhost>2011-11-17 09:09:08 +1100
commitb7c402ff4fcb2bf8f08c0890054af011d8d93c53 (patch)
tree86ef0cc85f79fde678e5e61a85fe0ecf7182a8d4
parent50884bc434d9893f6e3450e43bbb5aac213999d1 (diff)
downloadscintilla-mirror-b7c402ff4fcb2bf8f08c0890054af011d8d93c53.tar.gz
Include system header needed by VS2005 for ceil function.
From Greg Smith.
-rw-r--r--win32/PlatWin.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/PlatWin.cxx b/win32/PlatWin.cxx
index b95d0e62c..5671d683e 100644
--- a/win32/PlatWin.cxx
+++ b/win32/PlatWin.cxx
@@ -12,6 +12,7 @@
#include <stdio.h>
#include <time.h>
#include <limits.h>
+#include <math.h>
#include <vector>
#include <map>