From 48c4fc071cb96dc7ed1da8f89894ad5c27eaa48c Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Thu, 11 Feb 2010 08:13:43 +0000 Subject: [PATCH] Fix a #include to use relative filename --- source/time/timezone.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.43.0