From 328ad902abf2e1a16122c1566397d12e42bae7eb Mon Sep 17 00:00:00 2001 From: Reed Allman Date: Fri, 22 May 2015 22:53:18 -0700 Subject: [PATCH] update an import path to fit in with the rest of the kids --- util/thread_operation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/thread_operation.h b/util/thread_operation.h index 709e755a3..d8057bfb3 100644 --- a/util/thread_operation.h +++ b/util/thread_operation.h @@ -13,7 +13,7 @@ #pragma once -#include "include/rocksdb/thread_status.h" +#include "rocksdb/thread_status.h" #include