diff options
-rw-r--r-- | WebServer/Globals.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebServer/Globals.h b/WebServer/Globals.h index 2828ad38d..a9cf6d790 100644 --- a/WebServer/Globals.h +++ b/WebServer/Globals.h @@ -48,6 +48,7 @@ #include <string>
#include <map>
#include <algorithm>
+#include <memory>
|