summaryrefslogtreecommitdiffstats
path: root/tksao/frame/cpanda.C
diff options
context:
space:
mode:
Diffstat (limited to 'tksao/frame/cpanda.C')
-rw-r--r--tksao/frame/cpanda.C5
1 files changed, 4 insertions, 1 deletions
diff --git a/tksao/frame/cpanda.C b/tksao/frame/cpanda.C
index b3e399c..2d7d049 100644
--- a/tksao/frame/cpanda.C
+++ b/tksao/frame/cpanda.C
@@ -2,7 +2,6 @@
// Smithsonian Astrophysical Observatory, Cambridge, MA, USA
// For conditions of distribution and use, see copyright notice in "copyright"
-#include "tkx11.h"
#include "tkutil.h"
#include "cpanda.h"
#include "fitsimage.h"
@@ -121,6 +120,8 @@ void Cpanda::renderPS(PSColorSpace mode)
}
#ifdef MAC_OSX_TK
+#include <macosxlib.h>
+
void Cpanda::renderMACOSX()
{
BaseEllipse::renderMACOSX();
@@ -140,6 +141,8 @@ void Cpanda::renderMACOSX()
#endif
#ifdef __WIN32
+#include <win32lib.h>
+
void Cpanda::renderWIN32()
{
BaseEllipse::renderWIN32();