summaryrefslogtreecommitdiff
path: root/examples/ray-tracing/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ray-tracing/main.cpp')
-rw-r--r--examples/ray-tracing/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ray-tracing/main.cpp b/examples/ray-tracing/main.cpp
index 6c1a6639d..2eb0a8481 100644
--- a/examples/ray-tracing/main.cpp
+++ b/examples/ray-tracing/main.cpp
@@ -3,7 +3,7 @@
// This file implements an example of hardware ray-tracing using
// Slang shaders and the `gfx` graphics API.
-#include <slang.h>
+#include "slang.h"
#include "slang-gfx.h"
#include "gfx-util/shader-cursor.h"
#include "tools/platform/window.h"