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 161a192 commit d5f881b
Show file tree
Hide file tree
Showing 3 changed files with 4 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
2 changes: 2 additions & 0 deletions src/ZoneLoading/Loading/IHashProvider.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#pragma once

#include <cstddef>
#include <cstdint>

class IHashProvider
Expand Down

0 comments on commit d5f881b

Please sign in to comment.