From d46936f8eca6c651e63a5890c8850f6cbfdf0d3b Mon Sep 17 00:00:00 2001 From: Maxime Caron <maxime.caron@gmail.com> Date: Thu, 22 Jun 2017 00:23:24 -0700 Subject: [PATCH] fix building on Apple clang --- store/common/backend/kvstore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/store/common/backend/kvstore.h b/store/common/backend/kvstore.h index 9bdae9e..225793c 100644 --- a/store/common/backend/kvstore.h +++ b/store/common/backend/kvstore.h @@ -33,7 +33,7 @@ #include "lib/assert.h" #include "lib/message.h" - +#include <string> #include <unordered_map> #include <list> -- GitLab