We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73741c1 commit df3958fCopy full SHA for df3958f
1 file changed
src/ZmqServer.hxx
@@ -9,6 +9,9 @@
9
// granted to it by virtue of its status as an Intergovernmental Organization
10
// or submit itself to any jurisdiction.
11
12
+#ifndef _ZMQSERVER_H
13
+#define _ZMQSERVER_H
14
+
15
#include <atomic>
16
#include <memory>
17
#include <string>
@@ -40,3 +43,4 @@ class ZmqServer
40
43
void run(); // code executed in separate thread
41
44
};
42
45
46
+#endif
0 commit comments