diff options
author | don bright <hugh.m.bright@gmail.com> | 2011-10-10 23:01:51 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2011-10-10 23:01:51 (GMT) |
commit | a1c698f422fceeadcf50e2ad456d5e43a01c8feb (patch) | |
tree | 5b21483b358f6fc1905f865f7c29f3228cc4c4a6 /tests/cgaltest.cc | |
parent | 6251fc326842b657feb4926c9a4fbb51f152248c (diff) |
enable build of cgalpngtest under windowsXP
Diffstat (limited to 'tests/cgaltest.cc')
-rw-r--r-- | tests/cgaltest.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/cgaltest.cc b/tests/cgaltest.cc index 8dfb63c..2c83cc8 100644 --- a/tests/cgaltest.cc +++ b/tests/cgaltest.cc @@ -42,7 +42,9 @@ #include <QDir> #include <QSet> #include <QTextStream> +#ifndef _MSC_VER #include <getopt.h> +#endif #include <iostream> #include <assert.h> #include <sstream> |