From 92636513abe72d2da0c45f0e2c1235415e0671c3 Mon Sep 17 00:00:00 2001 From: Yong He Date: Wed, 6 Jan 2021 12:58:57 -0800 Subject: Refactor GUI/Window utils out of gfx library (#1649) Co-authored-by: Yong He --- examples/heterogeneous-hello-world/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/heterogeneous-hello-world/main.cpp') diff --git a/examples/heterogeneous-hello-world/main.cpp b/examples/heterogeneous-hello-world/main.cpp index 6159f8d44..8c31e7a4c 100644 --- a/examples/heterogeneous-hello-world/main.cpp +++ b/examples/heterogeneous-hello-world/main.cpp @@ -34,7 +34,7 @@ // #include "gfx/render.h" #include "gfx/d3d11/render-d3d11.h" -#include "gfx/window.h" +#include "tools/graphics-app-framework/window.h" #include "../../prelude/slang-cpp-types.h" using namespace gfx; -- cgit v1.2.3