Add missing includes

libera
elsid 3 years ago
parent 4d7e5245a3
commit 3ef1b27099
No known key found for this signature in database
GPG Key ID: D27B8E8D10A2896B

@ -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…
Cancel
Save