summaryrefslogtreecommitdiff
path: root/projects/openttd_vs140.vcxproj
diff options
context:
space:
mode:
authorMichael Lutz <michi@icosahedron.de>2020-05-17 23:32:01 +0200
committerMichael Lutz <michi@icosahedron.de>2020-05-21 20:02:34 +0200
commit8aef14386fc403ee631f176abf0ec86af7dcd37b (patch)
tree7cafaed2c1637e933db7bdd97fa0a621920ce3b2 /projects/openttd_vs140.vcxproj
parent63ccb36ef3ecd53a503c0e9fea87f0784802af0f (diff)
downloadopenttd-8aef14386fc403ee631f176abf0ec86af7dcd37b.tar.xz
Add: Optional implementation of std::optional for pre-C++17 compilers.
Sourced from https://github.com/akrzemi1/Optional, Boost Software License, Version 1.0.
Diffstat (limited to 'projects/openttd_vs140.vcxproj')
-rw-r--r--projects/openttd_vs140.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/projects/openttd_vs140.vcxproj b/projects/openttd_vs140.vcxproj
index 6453d62b8..4e7f7b7c8 100644
--- a/projects/openttd_vs140.vcxproj
+++ b/projects/openttd_vs140.vcxproj
@@ -974,6 +974,8 @@
<ClInclude Include="..\src\table\water_land.h" />
<ClCompile Include="..\src\3rdparty\md5\md5.cpp" />
<ClInclude Include="..\src\3rdparty\md5\md5.h" />
+ <ClInclude Include="..\src\3rdparty\optional\optional.hpp" />
+ <ClInclude Include="..\src\3rdparty\optional\ottd_optional.h" />
<ClCompile Include="..\src\script\script_config.cpp" />
<ClInclude Include="..\src\script\script_config.hpp" />
<ClInclude Include="..\src\script\script_fatalerror.hpp" />