From 331cdc3378d4359d90557cb042b2787fccada4ea Mon Sep 17 00:00:00 2001 From: Louis Langholtz Date: Sun, 14 Apr 2024 10:49:11 -0600 Subject: [PATCH] Narrows scope of PointStates --- Testbed/Framework/Test.cpp | 1 + Testbed/Framework/Test.hpp | 4 ++-- UnitTests/World.cpp | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Testbed/Framework/Test.cpp b/Testbed/Framework/Test.cpp index 6bd647487..d46f08789 100644 --- a/Testbed/Framework/Test.cpp +++ b/Testbed/Framework/Test.cpp @@ -35,6 +35,7 @@ #include "Test.hpp" #include +#include // for GetPointStates using namespace playrho; using namespace playrho::d2; diff --git a/Testbed/Framework/Test.hpp b/Testbed/Framework/Test.hpp index 33204cdb9..bbaa50fde 100644 --- a/Testbed/Framework/Test.hpp +++ b/Testbed/Framework/Test.hpp @@ -22,8 +22,8 @@ #ifndef PLAYRHO_TEST_HPP #define PLAYRHO_TEST_HPP -#include #include +#include #include #include #include @@ -31,8 +31,8 @@ #include #include +#include #include -#include #include #include #include diff --git a/UnitTests/World.cpp b/UnitTests/World.cpp index a3ae325ca..179ca9db7 100644 --- a/UnitTests/World.cpp +++ b/UnitTests/World.cpp @@ -38,7 +38,7 @@ #include #include #include -#include +#include // for GetPointStates #include #include #include