mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-30 03:45:32 +00:00
Add missing includes
This commit is contained in:
parent
4d7e5245a3
commit
3ef1b27099
2 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
#include <gtest/gtest.h>
|
||||
#include <gmock/gmock.h>
|
||||
|
||||
#include <array>
|
||||
#include <deque>
|
||||
|
||||
MATCHER_P3(Vec3fEq, x, y, z, "")
|
||||
|
|
|
@ -14,6 +14,8 @@
|
|||
#include <gtest/gtest.h>
|
||||
#include <gmock/gmock.h>
|
||||
|
||||
#include <array>
|
||||
|
||||
namespace DetourNavigator
|
||||
{
|
||||
static inline bool operator ==(const RecastMesh::Water& lhs, const RecastMesh::Water& rhs)
|
||||
|
|
Loading…
Reference in a new issue