Skip to content

Commit

Permalink
Fix more missing headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Laupetin committed Nov 19, 2023
1 parent f653fdc commit b58b204
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/ObjCommon/Utils/DistinctMapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#include "Utils/ClassUtils.h"

#include <cstddef>
#include <map>
#include <vector>

Expand Down
1 change: 1 addition & 0 deletions src/Utils/Math/Vector.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#include "Utils/ClassUtils.h"

#include <cassert>
#include <cstddef>

template<typename T> class Vector2
{
Expand Down

0 comments on commit b58b204

Please sign in to comment.