From caf3ce137674ea143be3f538e53e851115efc99c Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 22 Dec 1999 17:16:23 +0000 Subject: [PATCH] let it compile with SparcWorks CC 5.0 (templates, stdlib.h, little ANSI glitches) svn path=/trunk/kdebase/kwin/; revision=37154 --- main.cpp | 1 + workspace.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/main.cpp b/main.cpp index 915e048fdb..2dc44828cc 100644 --- a/main.cpp +++ b/main.cpp @@ -8,6 +8,7 @@ #include #include #include +#include #include #define INT8 _X11INT8 #define INT32 _X11INT32 diff --git a/workspace.cpp b/workspace.cpp index 02df917498..6cd55353c6 100644 --- a/workspace.cpp +++ b/workspace.cpp @@ -2,6 +2,7 @@ #include #include #include +#include #include #include