From 5f7dc28a6d139487bab4ce61a60f12b3c53b6265 Mon Sep 17 00:00:00 2001 From: Yong He Date: Fri, 19 Feb 2021 10:11:01 -0800 Subject: Make gfx library visible to external user. (#1719) * Make gfx library visible to external user. * Fixup --- tools/render-test/render-test-main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/render-test/render-test-main.cpp') diff --git a/tools/render-test/render-test-main.cpp b/tools/render-test/render-test-main.cpp index 8f62d8a50..7bf7dd369 100644 --- a/tools/render-test/render-test-main.cpp +++ b/tools/render-test/render-test-main.cpp @@ -3,7 +3,7 @@ #define _CRT_SECURE_NO_WARNINGS 1 #include "options.h" -#include "render.h" +#include "slang-gfx.h" #include "tools/gfx-util/shader-cursor.h" #include "slang-support.h" #include "surface.h" -- cgit v1.2.3