Commit 22f85405 authored by Yuxin Wu's avatar Yuxin Wu

include zmq.hpp from the current path

parent 5ef36f10
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
#include <string> #include <string>
#include <iostream> #include <iostream>
#include <zmq.hpp>
#include <tensorflow/core/framework/tensor.pb.h> #include <tensorflow/core/framework/tensor.pb.h>
#include "zmq.hpp"
namespace { namespace {
inline int read_int32(const char* p) { inline int read_int32(const char* p) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment