Skip to content

Commit 901cdbb

Browse files
committed
Fixed compilation and consistency errors.
1 parent 52a1924 commit 901cdbb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

+1-3
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ target_include_directories(valve-bsp-parser PUBLIC
4848

4949
target_link_libraries(valve-bsp-parser PRIVATE lzma)
5050

51-
# /MT in MSVC compiler. Do check if we can use shared-mutex in gcc and clang
52-
set_property(TARGET valve-bsp-parser PROPERTY
53-
MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
51+
5452

5553
# TODO: Dodaj testy i zainstaluj elementy docelowe w razie potrzeby.

include/valve-bsp-parser/core/requirements.hpp

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
#include <fstream>
1818
#include <string>
1919
#include <vector>
20+
#include <unordered_map>
21+
#include <sstream>
2022

2123

2224
// check for nodiscard

0 commit comments

Comments
 (0)