diff options
-rw-r--r-- | umosapi.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |