diff options
Diffstat (limited to 'tests/OffscreenView.h')
-rw-r--r-- | tests/OffscreenView.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/OffscreenView.h b/tests/OffscreenView.h index 587255a..e3c8579 100644 --- a/tests/OffscreenView.h +++ b/tests/OffscreenView.h @@ -4,7 +4,9 @@ #include "OffscreenContext.h" #include <Eigen/Core> #include <Eigen/Geometry> +#ifndef _MSC_VER #include <stdint.h> +#endif class OffscreenView { |