diff options
Diffstat (limited to 'src/python/swig/sim_object.i')
-rw-r--r-- | src/python/swig/sim_object.i | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/python/swig/sim_object.i b/src/python/swig/sim_object.i index 76d312417..7957182a1 100644 --- a/src/python/swig/sim_object.i +++ b/src/python/swig/sim_object.i @@ -33,8 +33,8 @@ %} // import these files for SWIG to wrap -%include "stdint.i" -%include "std_string.i" +%include <stdint.i> +%include <std_string.i> %include "base/types.hh" %include "sim/sim_object_params.hh" |