Skip to content

Commit b113786

Browse files
authored
Merge pull request #2040 from peternewman/fix-tagset-compile
Master resync
2 parents 2c65292 + 39d9b7f commit b113786

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

debian/tests/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Test-Command: ola_rdm_get --list-pids
55
Depends: ola
66

77
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
8-
Depends: ola-rdm-tests
8+
Depends: python3-all, ola-rdm-tests
99

1010
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
1111
Depends: python3-all, ola, ola-python

include/ola/rdm/ResponderHelper.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
#include <ola/network/Interface.h>
3333
#include <ola/rdm/NetworkManagerInterface.h>
3434
#include <ola/rdm/RDMCommand.h>
35-
#include <ola/rdm/ResponderEndpointManager.h>
3635
#include <ola/rdm/ResponderNSCStatus.h>
3736
#include <ola/rdm/ResponderPersonality.h>
3837
#include <ola/rdm/ResponderSensor.h>

include/ola/rdm/ResponderTagSet.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131

3232
#include <ola/Logging.h>
3333
#include <ola/strings/Utils.h>
34+
#include <stdint.h>
3435

3536
#include <algorithm>
3637
#include <iomanip>

0 commit comments

Comments
 (0)