From 22c1d9b0cf496ae66cb511aa862bb5e261b15076 Mon Sep 17 00:00:00 2001 From: David Zafman Date: Thu, 4 Dec 2014 10:02:38 -0800 Subject: [PATCH] librados: Fix rados include problem reported by "sponce" Caused by a03f85a8e7fab296ea2df70a929a1c5e4aa0f7fb Signed-off-by: David Zafman --- src/include/rados/rados_types.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/rados/rados_types.hpp b/src/include/rados/rados_types.hpp index 6afb44cd0ab..f70d521deb8 100644 --- a/src/include/rados/rados_types.hpp +++ b/src/include/rados/rados_types.hpp @@ -6,7 +6,7 @@ #include #include -#include +#include "rados_types.h" namespace librados { -- 2.47.3