From fd5eb2f59f2fa269510319678ed05ef7889fcddd Mon Sep 17 00:00:00 2001 From: Kevin Granade Date: Thu, 23 Apr 2020 03:06:42 +0000 Subject: [PATCH] Update tests/behavior_test.cpp --- tests/behavior_test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/behavior_test.cpp b/tests/behavior_test.cpp index 91c469a005c84..65212cbc49566 100644 --- a/tests/behavior_test.cpp +++ b/tests/behavior_test.cpp @@ -5,6 +5,7 @@ #include "behavior_oracle.h" #include "behavior_strategy.h" #include "catch/catch.hpp" +#include "character_oracle.h" #include "game.h" #include "item.h" #include "item_location.h"