Skip to content

Commit

Permalink
fix #51
Browse files Browse the repository at this point in the history
  • Loading branch information
wootguy committed Dec 17, 2024
1 parent 5ed5ef9 commit 5198563
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dlls/util/sentences.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include <vector>
#include <unordered_map>
#include <unordered_set>
#include <cstdint>

class CBaseToggle;

Expand Down
1 change: 1 addition & 0 deletions pm_shared/pm_shared.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@

#include <unordered_map>
#include <string>
#include <cstdint>

extern std::unordered_map<std::string, std::string> g_soundReplacements;

Expand Down

0 comments on commit 5198563

Please sign in to comment.