]> git.tdb.fi Git - libs/core.git/commitdiff
Fix a #include to use relative filename
authorMikko Rasa <tdb@tdb.fi>
Thu, 11 Feb 2010 08:13:43 +0000 (08:13 +0000)
committerMikko Rasa <tdb@tdb.fi>
Thu, 11 Feb 2010 08:13:43 +0000 (08:13 +0000)
source/time/timezone.cpp

index 3910c24bbf3a88bd615c1a8bc7ccfd1700c65719..43d6d101c723ab760dcaae20db659a3f09dfa451 100644 (file)
@@ -13,7 +13,7 @@ Distributed under the LGPL
 #else
 #include <fcntl.h>
 #endif
-#include <msp/core/except.h>
+#include "../core/except.h"
 #include "timestamp.h"
 #include "timezone.h"
 #include "units.h"