Minor include header changes

This commit is contained in:
scribam 2021-07-04 19:13:55 +02:00 committed by flyinghead
parent fd301186c7
commit aeea301ee3
2 changed files with 3 additions and 1 deletions

View File

@ -19,7 +19,7 @@
#pragma once
#include <unordered_map>
#include "dxcontext.h"
#include <D3DX9Shader.h>
#include <d3dx9shader.h>
class D3DShaders
{

View File

@ -21,6 +21,8 @@
#include "rend/gui.h"
#include <windows.h>
#include <algorithm>
namespace rawinput {
class RawMouse : public Mouse