summaryrefslogtreecommitdiff
path: root/src/req.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/req.cpp')
-rw-r--r--src/req.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/req.cpp b/src/req.cpp
index d7a9ad7..01018f5 100644
--- a/src/req.cpp
+++ b/src/req.cpp
@@ -17,13 +17,13 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "../include/zs.h"
+#include "../include/zmq.h"
#include "req.hpp"
#include "app_thread.hpp"
#include "session.hpp"
-zs::req_t::req_t (app_thread_t *thread_, session_t *session_) :
+zmq::req_t::req_t (app_thread_t *thread_, session_t *session_) :
socket_base_t (thread_, session_)
{
}