From 2279ddfaabe19c016126a4d9b7b4032e03dbde98 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Wed, 27 Dec 2006 00:17:52 +0000 Subject: [PATCH] fix #include's svn path=/trunk/playground/graphics/okular/; revision=616832 --- core/annotations.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/annotations.h b/core/annotations.h index 3eea02e24..759c4401c 100644 --- a/core/annotations.h +++ b/core/annotations.h @@ -18,7 +18,8 @@ #include #include -#include "page.h" +#include "okular_export.h" +#include "area.h" namespace Okular {