summaryrefslogtreecommitdiff
path: root/src/os/ObjectStore.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/ObjectStore.cc')
-rw-r--r--src/os/ObjectStore.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/os/ObjectStore.cc b/src/os/ObjectStore.cc
index dacc5440308..0be170c7bdd 100644
--- a/src/os/ObjectStore.cc
+++ b/src/os/ObjectStore.cc
@@ -12,9 +12,11 @@
*
*/
#include <sstream>
-#include "ObjectStore.h"
+
#include "common/Formatter.h"
+#include "ObjectStore.h"
+
ostream& operator<<(ostream& out, const ObjectStore::Sequencer& s)
{
return out << "osr(" << s.get_name() << " " << &s << ")";