diff options
Diffstat (limited to 'gr-digital/swig/digital_constellation.i')
-rw-r--r-- | gr-digital/swig/digital_constellation.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-digital/swig/digital_constellation.i b/gr-digital/swig/digital_constellation.i index 7296ca114..40dd28a2b 100644 --- a/gr-digital/swig/digital_constellation.i +++ b/gr-digital/swig/digital_constellation.i @@ -24,7 +24,7 @@ %template(unsigned_int_vector) std::vector<unsigned int>; // Make sure metric types get SWIGed. -%include gr_metric_type.h +%include digital_metric_type.h class digital_constellation; typedef boost::shared_ptr<digital_constellation> digital_constellation_sptr; |