diff --git a/src/nvcore/DefsVcWin32.h b/src/nvcore/DefsVcWin32.h index c2f6c18..632817f 100644 --- a/src/nvcore/DefsVcWin32.h +++ b/src/nvcore/DefsVcWin32.h @@ -1,4 +1,4 @@ -// This code is in the public domain -- Ignacio Castaño +// This code is in the public domain -- Ignacio Castaño #ifndef NV_CORE_H #error "Do not include this file directly." @@ -52,6 +52,8 @@ #define NV_THREAD_LOCAL __declspec(thread) +#include + /* // Type definitions typedef unsigned char uint8;