commit | a115d87f837f06a2a61646bd3cc5304c09956ef4 | [log] [tgz] |
---|---|---|
author | Ed Tanous <edtanous@google.com> | Mon Jun 12 17:38:05 2023 -0700 |
committer | Ed Tanous <ed@tanous.net> | Tue Jun 13 23:16:14 2023 +0000 |
tree | 124255c011042cb4f8d3a335717912dcfcbc01be | |
parent | baade6cd51002947ad25145e9ca38e6c96956663 [diff] [blame] |
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>
diff --git a/include/json_html_serializer.hpp b/include/json_html_serializer.hpp index ede2c89..a4bcdcb 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>