From: Mikko Rasa Date: Thu, 11 Feb 2010 08:13:43 +0000 (+0000) Subject: Fix a #include to use relative filename X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=commitdiff_plain;h=48c4fc071cb96dc7ed1da8f89894ad5c27eaa48c Fix a #include to use relative filename --- diff --git a/source/time/timezone.cpp b/source/time/timezone.cpp index 3910c24..43d6d10 100644 --- a/source/time/timezone.cpp +++ b/source/time/timezone.cpp @@ -13,7 +13,7 @@ Distributed under the LGPL #else #include #endif -#include +#include "../core/except.h" #include "timestamp.h" #include "timezone.h" #include "units.h"