From a53a740a2a1cb6cbfa58cc79caedd4e947ff1ca0 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sun, 28 Nov 2010 18:27:48 +0000 Subject: * clef/: Add using directive at toplevel. * etc/: Likewise. * graph/: Likewise. * hyper/: Likewise. * lib/: Likewise. * sman/: Likewise. * Makefile.am (OA_SMAN_TARGETS): New. (OA_GRAPHICS_TARGETS): Likewise. --- src/graph/viewAlone/spoon2D.c | 2 ++ src/graph/viewAlone/spoonComp.c | 2 ++ 2 files changed, 4 insertions(+) (limited to 'src/graph/viewAlone') diff --git a/src/graph/viewAlone/spoon2D.c b/src/graph/viewAlone/spoon2D.c index d19b008f..2765ce56 100644 --- a/src/graph/viewAlone/spoon2D.c +++ b/src/graph/viewAlone/spoon2D.c @@ -47,6 +47,8 @@ #include "cfuns.h" #include "all_alone.H1" +using namespace OpenAxiom; + /* #define huhDEBUG */ /* #define spoonDEBUG */ diff --git a/src/graph/viewAlone/spoonComp.c b/src/graph/viewAlone/spoonComp.c index 8c8dcd0e..b708eed3 100644 --- a/src/graph/viewAlone/spoonComp.c +++ b/src/graph/viewAlone/spoonComp.c @@ -47,6 +47,8 @@ #include "cfuns.h" #include "all_alone.H1" +using namespace OpenAxiom; + /* This file forks a child process and exits the parent. It -- cgit v1.2.3