diff options
Diffstat (limited to 'graphics/asymptote/types.cc')
-rw-r--r-- | graphics/asymptote/types.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/asymptote/types.cc b/graphics/asymptote/types.cc index ecbb409cdf..8c46091c1d 100644 --- a/graphics/asymptote/types.cc +++ b/graphics/asymptote/types.cc @@ -18,7 +18,7 @@ #include "runtriple.h" #include "access.h" #include "virtualfieldaccess.h" -#include "process.h" +#include "asyprocess.h" namespace run { void arrayDeleteHelper(vm::stack *Stack); @@ -31,6 +31,8 @@ void arrayDeleteHelper(vm::stack *Stack); namespace types { +const signature::OPEN_t signature::OPEN; + /* Base types */ #define PRIMITIVE(name,Name,asyName) \ primitiveTy p##Name(ty_##name); \ |