summaryrefslogtreecommitdiff
path: root/examples/hello-world/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hello-world/main.cpp')
-rw-r--r--examples/hello-world/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hello-world/main.cpp b/examples/hello-world/main.cpp
index 91c9c0627..49fe2ec67 100644
--- a/examples/hello-world/main.cpp
+++ b/examples/hello-world/main.cpp
@@ -32,7 +32,7 @@
// with Slang may depend on an application/engine making certain
// design choices in their abstraction layer.
//
-#include "gfx/render.h"
+#include "slang-gfx.h"
#include "gfx-util/shader-cursor.h"
#include "tools/graphics-app-framework/window.h"
#include "slang-com-ptr.h"