summaryrefslogtreecommitdiff
path: root/python/gras
diff options
context:
space:
mode:
Diffstat (limited to 'python/gras')
-rw-r--r--python/gras/GRAS_SBuffer.i4
-rw-r--r--python/gras/GRAS_ThreadPool.i2
2 files changed, 4 insertions, 2 deletions
diff --git a/python/gras/GRAS_SBuffer.i b/python/gras/GRAS_SBuffer.i
index 74cc475..867d2f1 100644
--- a/python/gras/GRAS_SBuffer.i
+++ b/python/gras/GRAS_SBuffer.i
@@ -1,9 +1,9 @@
// Copyright (C) by Josh Blum. See LICENSE.txt for licensing information.
-%include <gras/sbuffer.i>
-
%include <PMC/Registry.i>
+%include <gras/sbuffer.i>
+
DECL_PMC_SWIG_TYPE(gras::SBuffer, swig_sbuffer)
%pythoncode %{
diff --git a/python/gras/GRAS_ThreadPool.i b/python/gras/GRAS_ThreadPool.i
index 4cf75e0..88fb8c3 100644
--- a/python/gras/GRAS_ThreadPool.i
+++ b/python/gras/GRAS_ThreadPool.i
@@ -9,6 +9,8 @@
////////////////////////////////////////////////////////////////////////
#pragma SWIG nowarn=401
+%include <gras/exception.i>
+
%include <std_string.i>
%include <gras/gras.hpp>