summaryrefslogtreecommitdiff
path: root/src/components/policy/policy_regular
diff options
context:
space:
mode:
authorSho Amano <samano@xevo.com>2017-09-28 14:57:26 +0900
committerSho Amano <samano@xevo.com>2017-09-28 14:58:59 +0900
commitfaefdd9df024d1379f46589abe79b08fea4f3544 (patch)
tree532548b0e7c8fccbda76514afccca23916e0c5ae /src/components/policy/policy_regular
parentda4b5766ca3f1fca4caa4b4815073f72dfe37182 (diff)
downloadsdl_core-faefdd9df024d1379f46589abe79b08fea4f3544.tar.gz
fix: build break with ENABLE_LOG=OFF
Diffstat (limited to 'src/components/policy/policy_regular')
-rw-r--r--src/components/policy/policy_regular/src/cache_manager.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/policy/policy_regular/src/cache_manager.cc b/src/components/policy/policy_regular/src/cache_manager.cc
index 78674c81f3..179ddc11b7 100644
--- a/src/components/policy/policy_regular/src/cache_manager.cc
+++ b/src/components/policy/policy_regular/src/cache_manager.cc
@@ -36,6 +36,7 @@
#include <functional>
#include <ctime>
#include <cmath>
+#include <sstream>
#include "utils/file_system.h"
#include "json/reader.h"