aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2019-08-06 13:41:42 +0200
committerneodarz <neodarz@neodarz.net>2019-08-06 13:41:42 +0200
commitf2ba3ddf4321b9dd97492b0d87846a291d4d6be3 (patch)
tree455e379b9751336af85a488dc456a00f831a667b
parent7bc35f9268522474753e37325ba12f1bf7134c5a (diff)
downloadumosapicpp-f2ba3ddf4321b9dd97492b0d87846a291d4d6be3.tar.xz
umosapicpp-f2ba3ddf4321b9dd97492b0d87846a291d4d6be3.zip
Add forgotten prevention for double declaration
-rw-r--r--umosapi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/umosapi.h b/umosapi.h
index fe30db5..2e8b33b 100644
--- a/umosapi.h
+++ b/umosapi.h
@@ -1,3 +1,4 @@
+#ifndef UmosapiService_H_
#define UmosapiService_H_
#include <pistache/http.h>
@@ -27,3 +28,4 @@ class UmosapiService {
Rest::Description desc;
Rest::Router router;
};
+#endif