diff options
author | fonsinchen <fonsinchen@openttd.org> | 2013-06-09 12:52:11 +0000 |
---|---|---|
committer | fonsinchen <fonsinchen@openttd.org> | 2013-06-09 12:52:11 +0000 |
commit | 4fd57501bbc914eb973a397b24be0d2dbe51d007 (patch) | |
tree | 52f90a356dee0081c8ac7be3a8131f44c21febe8 /projects/openttd_vs100.vcxproj | |
parent | dfad8317aa566efffb971455b42bfdecbaee5985 (diff) | |
download | openttd-4fd57501bbc914eb973a397b24be0d2dbe51d007.tar.xz |
(svn r25348) -Add: multimap implementation with guaranteed order between equal keys
Diffstat (limited to 'projects/openttd_vs100.vcxproj')
-rw-r--r-- | projects/openttd_vs100.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/projects/openttd_vs100.vcxproj b/projects/openttd_vs100.vcxproj index 41aeeabac..5dc33f490 100644 --- a/projects/openttd_vs100.vcxproj +++ b/projects/openttd_vs100.vcxproj @@ -650,6 +650,7 @@ <ClCompile Include="..\src\core\math_func.cpp" /> <ClInclude Include="..\src\core\math_func.hpp" /> <ClInclude Include="..\src\core\mem_func.hpp" /> + <ClInclude Include="..\src\core\multimap.hpp" /> <ClInclude Include="..\src\core\overflowsafe_type.hpp" /> <ClCompile Include="..\src\core\pool_func.cpp" /> <ClInclude Include="..\src\core\pool_func.hpp" /> |