add debug header to integration tests

This commit is contained in:
Peter Thorson
2014-03-02 22:12:14 -06:00
parent bdeb4ad680
commit af15537205

View File

@@ -34,6 +34,7 @@
#include <websocketpp/config/core_client.hpp>
#include <websocketpp/config/asio_no_tls.hpp>
#include <websocketpp/config/asio_no_tls_client.hpp>
#include <websocketpp/config/debug_asio_no_tls.hpp>
#include <websocketpp/server.hpp>
#include <websocketpp/client.hpp>