diff options
author | dos-reis <gdr@axiomatics.org> | 2010-11-28 18:27:48 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2010-11-28 18:27:48 +0000 |
commit | a53a740a2a1cb6cbfa58cc79caedd4e947ff1ca0 (patch) | |
tree | 457424993ac0beaa92f79d5304570d9c6f88edfc /src/graph/viewAlone | |
parent | bbb5a69f0f2348adbbb8db960e5e45306b865683 (diff) | |
download | open-axiom-a53a740a2a1cb6cbfa58cc79caedd4e947ff1ca0.tar.gz |
* 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.
Diffstat (limited to 'src/graph/viewAlone')
-rw-r--r-- | src/graph/viewAlone/spoon2D.c | 2 | ||||
-rw-r--r-- | src/graph/viewAlone/spoonComp.c | 2 |
2 files changed, 4 insertions, 0 deletions
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 |