summaryrefslogtreecommitdiff
path: root/include/json_html_serializer.hpp
diff options
context:
space:
mode:
authorEd Tanous <edtanous@google.com>2023-06-13 03:38:05 +0300
committerEd Tanous <ed@tanous.net>2023-06-14 02:16:14 +0300
commita115d87f837f06a2a61646bd3cc5304c09956ef4 (patch)
tree124255c011042cb4f8d3a335717912dcfcbc01be /include/json_html_serializer.hpp
parentbaade6cd51002947ad25145e9ca38e6c96956663 (diff)
downloadbmcweb-a115d87f837f06a2a61646bd3cc5304c09956ef4.tar.xz
Add missing pragma once
This header didn't include a pragma once. Fix it. Tested: Code compiles Change-Id: I8bd4f9d870ec9b7dc1687e8de1c8a61d93140c7e Signed-off-by: Ed Tanous <edtanous@google.com>
Diffstat (limited to 'include/json_html_serializer.hpp')
-rw-r--r--include/json_html_serializer.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/json_html_serializer.hpp b/include/json_html_serializer.hpp
index ede2c89b37..a4bcdcb7f0 100644
--- a/include/json_html_serializer.hpp
+++ b/include/json_html_serializer.hpp
@@ -1,3 +1,5 @@
+#pragma once
+
#include "http_response.hpp"
#include <nlohmann/json.hpp>