diff options
author | Michael Lutz <michi@icosahedron.de> | 2020-05-17 23:32:01 +0200 |
---|---|---|
committer | Michael Lutz <michi@icosahedron.de> | 2020-05-21 20:02:34 +0200 |
commit | 8aef14386fc403ee631f176abf0ec86af7dcd37b (patch) | |
tree | 7cafaed2c1637e933db7bdd97fa0a621920ce3b2 /projects/openttd_vs141.vcxproj | |
parent | 63ccb36ef3ecd53a503c0e9fea87f0784802af0f (diff) | |
download | openttd-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_vs141.vcxproj')
-rw-r--r-- | projects/openttd_vs141.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/projects/openttd_vs141.vcxproj b/projects/openttd_vs141.vcxproj index ecfed4a03..4ab1ad85d 100644 --- a/projects/openttd_vs141.vcxproj +++ b/projects/openttd_vs141.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" /> |