diff --git a/debian/tests/control b/debian/tests/control index 56b6a839f..55f5524c7 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -5,7 +5,7 @@ Test-Command: ola_rdm_get --list-pids Depends: ola Test-Command: set -e ; for py in $(py3versions -s 2>/dev/null) ; do echo "Testing with $py:" ; $py $(which rdm_responder_test.py) --help ; done -Depends: ola-rdm-tests +Depends: python3-all, ola-rdm-tests Test-Command: set -e ; for py in $(py3versions -s 2>/dev/null) ; do cd "$ADTTMP" ; echo "Testing with $py:" ; $py -c "from ola.ClientWrapper import ClientWrapper; print(ClientWrapper)" ; done Depends: python3-all, ola, ola-python diff --git a/include/ola/rdm/ResponderHelper.h b/include/ola/rdm/ResponderHelper.h index d12fbea06..8283d6173 100644 --- a/include/ola/rdm/ResponderHelper.h +++ b/include/ola/rdm/ResponderHelper.h @@ -32,7 +32,6 @@ #include #include #include -#include #include #include #include diff --git a/include/ola/rdm/ResponderTagSet.h b/include/ola/rdm/ResponderTagSet.h index 3b4df3ca1..52378dc4f 100644 --- a/include/ola/rdm/ResponderTagSet.h +++ b/include/ola/rdm/ResponderTagSet.h @@ -31,6 +31,7 @@ #include #include +#include #include #include