From d7b536ca7856b854393cf3182f67d3d5507c652d Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Tue, 6 Apr 2021 18:42:18 +0100 Subject: [PATCH] Fix e094b7f1: Wrong include path --- src/openttd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openttd.cpp b/src/openttd.cpp index 6f82d168bf..0fab8cae7c 100644 --- a/src/openttd.cpp +++ b/src/openttd.cpp @@ -84,7 +84,7 @@ #include #if defined(__MINGW32__) -#include "../3rdparty/mingw-std-threads/mingw.mutex.h" +#include "3rdparty/mingw-std-threads/mingw.mutex.h" #endif #include