Skip to content

Commit

Permalink
fix linux build missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
UnrealKaraulov committed Mar 7, 2024
1 parent babbb52 commit bc66ff4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bsp/Bsp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include <execution>
#include <unordered_set>
#include <fstream>
#include <deque>

typedef std::map< std::string, vec3 > mapStringToVector;

Expand Down

0 comments on commit bc66ff4

Please sign in to comment.