From 0fd425a28c524c1f0e3ba94e74cfe341020703d3 Mon Sep 17 00:00:00 2001
From: Ole Untzelmann <ole.untzelmann@rwth-aachen.de>
Date: Thu, 22 Sep 2011 17:05:11 +0200
Subject: [PATCH] [Animations] Polishing #7 for Interfaces.hh (event if they
 are going to be removed soon...)

---
 include/ACGL/Base/Interfaces.hh | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/include/ACGL/Base/Interfaces.hh b/include/ACGL/Base/Interfaces.hh
index 618d0287..e3636ee8 100644
--- a/include/ACGL/Base/Interfaces.hh
+++ b/include/ACGL/Base/Interfaces.hh
@@ -3,12 +3,14 @@
 // All rights reserved.                                                       //
 ////////////////////////////////////////////////////////////////////////////////
 
-#ifndef ACGL_INTERFACES_HH
-#define ACGL_INTERFACES_HH
+#ifndef ACGL_BASE_INTERFACES_HH
+#define ACGL_BASE_INTERFACES_HH
 
 #include <ACGL/Types.hh>
 #include <ACGL/Base/Macros.hh>
 
+#include <tr1/memory>
+
 namespace ACGL{
 namespace Base{
 
@@ -23,5 +25,5 @@ ACGL_SHARED_TYPEDEF(INotifiable)
 }
 }
 
-#endif // ACGL_INTERFACES_HH
+#endif // ACGL_BASE_INTERFACES_HH
 
-- 
GitLab