diff options
Diffstat (limited to 'tests/csgtermtest.cc')
-rw-r--r-- | tests/csgtermtest.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/csgtermtest.cc b/tests/csgtermtest.cc index 7688fc7..80b9b9c 100644 --- a/tests/csgtermtest.cc +++ b/tests/csgtermtest.cc @@ -41,7 +41,9 @@ #include <QFile> #include <QDir> #include <QSet> +#ifndef _MSC_VER #include <getopt.h> +#endif #include <assert.h> #include <iostream> #include <sstream> |