Release 18.08
diff --git a/SystemPropertiesUtils.hpp b/SystemPropertiesUtils.hpp
index 57aa98c..e27c5ca 100644
--- a/SystemPropertiesUtils.hpp
+++ b/SystemPropertiesUtils.hpp
@@ -9,6 +9,7 @@
 #include <string>
 #include <iostream>
 #include <sys/system_properties.h>
+#include <log/log.h>
 
 namespace {
 template<typename T>
@@ -80,4 +81,4 @@
     ALOGD("%s", messageBuilder.str().c_str());
     return defaultValue;
 }
-} //namespace
\ No newline at end of file
+} //namespace