summaryrefslogtreecommitdiff
path: root/gr-fec/python/fec/bindings/ldpc_G_matrix_python.cc
diff options
context:
space:
mode:
authorRyan Volz <ryan.volz@gmail.com>2020-09-15 13:44:19 -0400
committerMartin Braun <martin@gnuradio.org>2020-10-02 21:26:03 +0200
commit5f618c67a9f8790337ca6b8b80575d02385e8ae9 (patch)
tree3260fc70f3125a54feb75714308c46e7afcaad90 /gr-fec/python/fec/bindings/ldpc_G_matrix_python.cc
parent859e10381c820e6450824357dd55b6cf58b30661 (diff)
lib, include: Include missing headers.
This fixes compilation with MSVC on conda-forge, although why this wasn't needed earlier is a mystery.
Diffstat (limited to 'gr-fec/python/fec/bindings/ldpc_G_matrix_python.cc')
-rw-r--r--gr-fec/python/fec/bindings/ldpc_G_matrix_python.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-fec/python/fec/bindings/ldpc_G_matrix_python.cc b/gr-fec/python/fec/bindings/ldpc_G_matrix_python.cc
index edda371cd2..9fd266dcec 100644
--- a/gr-fec/python/fec/bindings/ldpc_G_matrix_python.cc
+++ b/gr-fec/python/fec/bindings/ldpc_G_matrix_python.cc
@@ -14,7 +14,7 @@
/* BINDTOOL_GEN_AUTOMATIC(0) */
/* BINDTOOL_USE_PYGCCXML(0) */
/* BINDTOOL_HEADER_FILE(ldpc_G_matrix.h) */
-/* BINDTOOL_HEADER_FILE_HASH(e7cba655800bc51dc4ee066fbd16f621) */
+/* BINDTOOL_HEADER_FILE_HASH(bf2a99993f1ad2c3e1ebbe9d6d29a507) */
/***********************************************************************************/
#include <pybind11/complex.h>