aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/platform.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/platform.h b/src/core/platform.h
index f7bec4ca..bf8a52dc 100644
--- a/src/core/platform.h
+++ b/src/core/platform.h
@@ -256,6 +256,8 @@ extern void nni_plat_seed_prng(void *, size_t);
// get the specific types that are supplied by the platform.
#if defined(PLATFORM_POSIX)
#include "platform/posix/posix_impl.h"
+#elif defined(PLATFORM_WINDOWS)
+#include "platform/windows/win_impl.h"
#else
#error "unknown platform"
#endif