Skip to content

Commit df3958f

Browse files
committed
added include guard
1 parent 73741c1 commit df3958f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/ZmqServer.hxx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
// granted to it by virtue of its status as an Intergovernmental Organization
1010
// or submit itself to any jurisdiction.
1111

12+
#ifndef _ZMQSERVER_H
13+
#define _ZMQSERVER_H
14+
1215
#include <atomic>
1316
#include <memory>
1417
#include <string>
@@ -40,3 +43,4 @@ class ZmqServer
4043
void run(); // code executed in separate thread
4144
};
4245

46+
#endif

0 commit comments

Comments
 (0)