From a9ea65d65275d419a9178f5906a3f98c8a30e267 Mon Sep 17 00:00:00 2001 From: Anders Bakken Date: Mon, 12 Jan 2015 09:59:36 -0800 Subject: [PATCH] Build with clang 3.5 on Linux. --- util/thread_local.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/thread_local.cc b/util/thread_local.cc index 0b6857fff..60e418dff 100644 --- a/util/thread_local.cc +++ b/util/thread_local.cc @@ -10,7 +10,7 @@ #include "util/thread_local.h" #include "util/mutexlock.h" #include "port/likely.h" - +#include namespace rocksdb {