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/hello-world/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/hello-world/main.cpp') diff --git a/examples/hello-world/main.cpp b/examples/hello-world/main.cpp index 4a15bd4fa..9618b8c4d 100644 --- a/examples/hello-world/main.cpp +++ b/examples/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" using namespace gfx; // For the purposes of a small example, we will define the vertex data for a -- cgit v1.2.3