Skip to content

Commit

Permalink
rgw/rgw_http_client: add compat.h include for TEMP_FAILURE_RETRY
Browse files Browse the repository at this point in the history
Signed-off-by: John Coyle <[email protected]>
  • Loading branch information
dx9 committed Jun 20, 2016
1 parent 873de61 commit 00f4554
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/rgw/rgw_http_client.cc
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab

#include "include/compat.h"

#include <boost/utility/string_ref.hpp>

#include <curl/curl.h>
Expand Down

0 comments on commit 00f4554

Please sign in to comment.