aboutsummaryrefslogtreecommitdiff
path: root/umosapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'umosapi.h')
-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