Skip to content
Snippets Groups Projects
Commit d51bce9b authored by Steven Murray's avatar Steven Murray
Browse files

'#include <memory>' needs to come before '#include <radosstriper/libradosstriper.hpp>'

parent ddff9fc4
Branches
Tags
No related merge requests found
......@@ -20,9 +20,9 @@
#include "common/threading/Mutex.hpp"
#include <radosstriper/libradosstriper.hpp>
#include <map>
#include <memory>
#include <radosstriper/libradosstriper.hpp>
namespace cta {
namespace disk {
......@@ -78,4 +78,4 @@ private:
};
} // namespace disk
} // namespace cta
\ No newline at end of file
} // namespace cta
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment