diff options
Diffstat (limited to 'cpp/src/broker/BrokerAdapter.h')
-rw-r--r-- | cpp/src/broker/BrokerAdapter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/broker/BrokerAdapter.h b/cpp/src/broker/BrokerAdapter.h index 4af45162f0..0323cbad20 100644 --- a/cpp/src/broker/BrokerAdapter.h +++ b/cpp/src/broker/BrokerAdapter.h @@ -18,7 +18,7 @@ * limitations under the License. * */ -#include "AMQP_ServerOperations.h" +#include "../gen/AMQP_ServerOperations.h" #include "HandlerImpl.h" #include "MessageHandlerImpl.h" #include "../Exception.h" |