Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/thirdparty/ui/LCDUI/LCDGfx.h')
-rw-r--r--src/thirdparty/ui/LCDUI/LCDGfx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/thirdparty/ui/LCDUI/LCDGfx.h b/src/thirdparty/ui/LCDUI/LCDGfx.h
index 880e825d6..901c2d15f 100644
--- a/src/thirdparty/ui/LCDUI/LCDGfx.h
+++ b/src/thirdparty/ui/LCDUI/LCDGfx.h
@@ -15,7 +15,7 @@
#include <windows.h>
#include <tchar.h>
-#include <lglcd/lglcd.h>
+#include "lglcd/lglcd.h"
#if _MSC_VER >= 1400
#define LCDUI_tcsncpy(x, y, z) _tcsncpy_s(x, _countof(x), y, z)