]> git.tdb.fi Git - libs/core.git/blobdiff - source/lexicalcast.h
Add glob and regex thingies
[libs/core.git] / source / lexicalcast.h
index b1e9db89b622361b2cd9798e6830c8de8daf3b39..c73856b8228894374f00b97e2f81dcbcd4532ca2 100644 (file)
@@ -1,9 +1,16 @@
+/* $Id$
+
+This file is part of libmspstrings
+Copyright © 2006-2007 Mikko Rasa
+Distributed under the LGPL
+*/
+
 #ifndef MSP_STRINGS_LEXICALCAST_H_
 #define MSP_STRINGS_LEXICALCAST_H_
 
 #include <sstream>
 #include <string>
-#include <msp/error.h>
+#include <msp/core/error.h>
 #include "fmt.h"
 
 namespace Msp {