summaryrefslogtreecommitdiff
path: root/gr-trellis/lib/base.cc
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2013-04-30 12:58:22 -0700
committerJohnathan Corgan <johnathan@corganlabs.com>2013-04-30 12:58:22 -0700
commit02b89c6174b776acd2865443fbc19649b8b0e7d0 (patch)
tree9cc1da754cd7252212fe2d14ac4afe73275f5e38 /gr-trellis/lib/base.cc
parent5e17e3ea05631c9d1e47ae601859008e9c1f6be9 (diff)
trellis: moved include dir to gnuradio/trellis
Diffstat (limited to 'gr-trellis/lib/base.cc')
-rw-r--r--gr-trellis/lib/base.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-trellis/lib/base.cc b/gr-trellis/lib/base.cc
index e9d0141e70..c5022dac83 100644
--- a/gr-trellis/lib/base.cc
+++ b/gr-trellis/lib/base.cc
@@ -23,7 +23,7 @@
#include <cstdio>
#include <stdexcept>
#include <cmath>
-#include <trellis/base.h>
+#include <gnuradio/trellis/base.h>
namespace gr {
namespace trellis {