From ce837badf2e451be30fc33ed657e375312a00b07 Mon Sep 17 00:00:00 2001 From: Michael Lotz Date: Fri, 23 Jan 2009 03:10:17 +0000 Subject: [PATCH] Fix GCC2 build. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28993 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/cortex/Persistence/ExportContext.h | 2 +- src/apps/cortex/Persistence/IPersistent.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apps/cortex/Persistence/ExportContext.h b/src/apps/cortex/Persistence/ExportContext.h index f99d773e32..81b9747926 100644 --- a/src/apps/cortex/Persistence/ExportContext.h +++ b/src/apps/cortex/Persistence/ExportContext.h @@ -12,7 +12,7 @@ #include #include -#include +#include #include #include diff --git a/src/apps/cortex/Persistence/IPersistent.h b/src/apps/cortex/Persistence/IPersistent.h index 995760de82..e63efad302 100644 --- a/src/apps/cortex/Persistence/IPersistent.h +++ b/src/apps/cortex/Persistence/IPersistent.h @@ -22,7 +22,7 @@ #include "ImportContext.h" #include "ExportContext.h" -#include +#include #include "cortex_defs.h" __BEGIN_CORTEX_NAMESPACE