From 49d7e34cd9d50bb424b2976c4803bccd56f186fd Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Tue, 12 Feb 2013 16:02:07 -0800 Subject: [PATCH] fix casing of util.h import in Agent.cpp --- interface/src/Agent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/Agent.cpp b/interface/src/Agent.cpp index ea358c1fbb..1c8b61478c 100644 --- a/interface/src/Agent.cpp +++ b/interface/src/Agent.cpp @@ -9,7 +9,7 @@ #include #include "Agent.h" #include "Head.h" -#include "util.h" +#include "Util.h" // Structure to hold references to other agents that are nearby