diff options
author | neilh <neilh@scintilla.org> | 2013-11-18 14:52:19 +1100 |
---|---|---|
committer | neilh <neilh@scintilla.org> | 2013-11-18 14:52:19 +1100 |
commit | 546296694211dcd5fd8ce1e82f4ac91e0a8239e8 (patch) | |
tree | cb1ddab7ec5cd8254ed8838f23287bc4c90347b4 /test/unit/unitTest.cxx | |
parent | b9df8e756ea1531479cd6ba1ab37536a09dd9d08 (diff) | |
download | scintilla-mirror-546296694211dcd5fd8ce1e82f4ac91e0a8239e8.tar.gz |
Added necessary header.
Diffstat (limited to 'test/unit/unitTest.cxx')
-rw-r--r-- | test/unit/unitTest.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/unit/unitTest.cxx b/test/unit/unitTest.cxx index 9a45b1d93..3aa78a54d 100644 --- a/test/unit/unitTest.cxx +++ b/test/unit/unitTest.cxx @@ -32,7 +32,8 @@ WordList */ -#include <stdio.h> +#include <cstdio> +#include <cstdarg> #include "Platform.h" |