diff options
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h index 34214d42..a82e4c7f 100644 --- a/src/common.h +++ b/src/common.h @@ -13,6 +13,11 @@ #include <assert.h> #include <new> +#ifdef WITHD3D +#include <Windows.h> +#include <d3d8types.h> +#endif + #include <rwcore.h> #include <rpworld.h> |