summaryrefslogtreecommitdiffstats
path: root/tools/render-test/vk-module.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/render-test/vk-module.cpp')
-rw-r--r--tools/render-test/vk-module.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/render-test/vk-module.cpp b/tools/render-test/vk-module.cpp
index a10333584..e98bd08cd 100644
--- a/tools/render-test/vk-module.cpp
+++ b/tools/render-test/vk-module.cpp
@@ -1,8 +1,9 @@
-// module.cpp
+// module.cpp
#include "vk-module.h"
#include <stdlib.h>
#include <stdio.h>
+#include <assert.h>
#if SLANG_WINDOWS_FAMILY
# include <windows.h>