diff options
author | Josh Blum | 2013-09-09 00:01:07 -0700 |
---|---|---|
committer | Josh Blum | 2013-09-09 00:01:07 -0700 |
commit | f9c0d4c2e39aa28cc501ceb6479afc32f7849b11 (patch) | |
tree | 63a6677b3d4051c8a7776515ec733f6d475d1a15 /include/gras/element.i | |
parent | 7c4911c28c28305ed4d1aab9b5ea82f96b49f404 (diff) | |
download | sandhi-f9c0d4c2e39aa28cc501ceb6479afc32f7849b11.tar.gz sandhi-f9c0d4c2e39aa28cc501ceb6479afc32f7849b11.tar.bz2 sandhi-f9c0d4c2e39aa28cc501ceb6479afc32f7849b11.zip |
gras: work on global config that works on hier
Diffstat (limited to 'include/gras/element.i')
-rw-r--r-- | include/gras/element.i | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gras/element.i b/include/gras/element.i index d462370..1380a97 100644 --- a/include/gras/element.i +++ b/include/gras/element.i @@ -27,6 +27,7 @@ namespace gras %include <std_string.i> %import <PMC/PMC.i> %include <gras/gras.hpp> +%include <gras/block_config.hpp> %include <gras/callable.hpp> %include <gras/element.hpp> |