diff options
Diffstat (limited to 'cpp/src/tests/BrokerChannelTest.cpp')
-rw-r--r-- | cpp/src/tests/BrokerChannelTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/BrokerChannelTest.cpp b/cpp/src/tests/BrokerChannelTest.cpp index 006391bbd2..7d8bbf5e49 100644 --- a/cpp/src/tests/BrokerChannelTest.cpp +++ b/cpp/src/tests/BrokerChannelTest.cpp @@ -26,7 +26,7 @@ #include "qpid_test_plugin.h" #include <iostream> #include <memory> -#include "AMQP_HighestVersion.h" +#include "../gen/AMQP_HighestVersion.h" #include "../framing/AMQFrame.h" #include "MockChannel.h" #include "../broker/Connection.h" |