From 5f024a1e9293a2644a4a87039ab3e318bba0f42c Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 30 May 2009 09:54:38 +0000 Subject: added item class template --- src/core/info.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/core/info.cc') diff --git a/src/core/info.cc b/src/core/info.cc index 5f31569..4e0cb53 100644 --- a/src/core/info.cc +++ b/src/core/info.cc @@ -1,5 +1,5 @@ /* - core/info.xx + core/info.cc This file is part of the Osirion project and is distributed under the terms of the GNU General Public License version 2 */ @@ -7,6 +7,7 @@ #include "auxiliary/functions.h" #include "core/info.h" #include "sys/sys.h" +#include "core/info.h" namespace core { -- cgit v1.2.3