summaryrefslogtreecommitdiffstats
path: root/src/json_helper.cpp
diff options
context:
space:
mode:
authorMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-08-17 17:09:24 +0200
committerMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-09-04 16:53:57 +0200
commit978b1e2dc1ccd40e08fd700bda75bedd15b609b8 (patch)
tree47f088684b3874b06383e8f3063649b49340e7d5 /src/json_helper.cpp
parent42f7dfd87b7192ecd326598d627e32a5feddf43b (diff)
clang-tidy
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
Diffstat (limited to 'src/json_helper.cpp')
-rw-r--r--src/json_helper.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/json_helper.cpp b/src/json_helper.cpp
index 179c8cc..e4d73bc 100644
--- a/src/json_helper.cpp
+++ b/src/json_helper.cpp
@@ -16,6 +16,7 @@
#include "json_helper.hpp"
+#include <stdlib.h>
#include <json.h>
json_object *to_json(genivi::surface_properties const &s) {