diff options
| author | nyamatongwe <devnull@localhost> | 2011-11-17 09:09:08 +1100 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2011-11-17 09:09:08 +1100 |
| commit | b7c402ff4fcb2bf8f08c0890054af011d8d93c53 (patch) | |
| tree | 86ef0cc85f79fde678e5e61a85fe0ecf7182a8d4 | |
| parent | 50884bc434d9893f6e3450e43bbb5aac213999d1 (diff) | |
| download | scintilla-mirror-b7c402ff4fcb2bf8f08c0890054af011d8d93c53.tar.gz | |
Include system header needed by VS2005 for ceil function.
From Greg Smith.
| -rw-r--r-- | win32/PlatWin.cxx | 1 |
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> |
