Skip to content

Commit

Permalink
Include unordered_set in SectorView.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
sturnclaw committed Aug 25, 2023
1 parent 83fa9ac commit afbb03e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/SectorView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
#include "lua/LuaTable.h"
#include "matrix4x4.h"

#include <unordered_set>

SectorView::~SectorView() {}

using namespace Graphics;
Expand Down

0 comments on commit afbb03e

Please sign in to comment.