summaryrefslogtreecommitdiff
path: root/src/components/utils
diff options
context:
space:
mode:
authorShobhitAd <adlakhshobhit@gmail.com>2018-09-30 21:11:51 -0700
committerShobhitAd <adlakhshobhit@gmail.com>2018-09-30 21:11:51 -0700
commit5ad64f61802ab945c320713779e3d6328d92f95b (patch)
tree6c6382e0633b6c52db4913dbb829c335b71394fa /src/components/utils
parentb65342cfb789785d25bf816f3f986a8f8204195c (diff)
downloadsdl_core-5ad64f61802ab945c320713779e3d6328d92f95b.tar.gz
Fix 188234 Uncaught Exception
Diffstat (limited to 'src/components/utils')
-rw-r--r--src/components/utils/src/conditional_variable_boost.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/utils/src/conditional_variable_boost.cc b/src/components/utils/src/conditional_variable_boost.cc
index 1e5c9b6998..b5046ef83e 100644
--- a/src/components/utils/src/conditional_variable_boost.cc
+++ b/src/components/utils/src/conditional_variable_boost.cc
@@ -36,6 +36,7 @@
#include "utils/lock.h"
#include "utils/logger.h"
+#include <boost/exception/diagnostic_information.hpp>
namespace {
const long kNanosecondsPerSecond = 1000000000;