From 705c87c6ccceb1aed6b1fee9bb9aba233850534e Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 4 Nov 2018 21:33:35 +0100 Subject: [PATCH] - fixed bad case in #include. --- src/win32/win32basevideo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/win32/win32basevideo.cpp b/src/win32/win32basevideo.cpp index 42863da86..300905b09 100644 --- a/src/win32/win32basevideo.cpp +++ b/src/win32/win32basevideo.cpp @@ -49,7 +49,7 @@ #include "v_text.h" #include "m_argv.h" #include "doomerrors.h" -#include "Win32BaseVideo.h" +#include "win32basevideo.h" #include "gl/system/gl_framebuffer.h"