From 4c0c66892a1427f2b66e307d15c6869e852e592c Mon Sep 17 00:00:00 2001 From: Robin Date: Sat, 4 May 2019 22:12:47 +0200 Subject: [PATCH] [d3d11] Fix MSVC 2017 compilation --- src/d3d11/d3d11_state_object.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/d3d11/d3d11_state_object.h b/src/d3d11/d3d11_state_object.h index 9eb122dc..9997d73c 100644 --- a/src/d3d11/d3d11_state_object.h +++ b/src/d3d11/d3d11_state_object.h @@ -1,5 +1,6 @@ #pragma once +#include "d3d11_device.h" #include "d3d11_context_state.h" #include "d3d11_device_child.h"