summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/documenttests.cpp
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2015-01-03 16:05:40 -0500
committerAndrew Morrow <acm@mongodb.com>2015-01-05 18:27:00 -0500
commit7c134b66ea15ad39985800a43874413423653809 (patch)
tree300c3490776b14c6e1c43defe6bad5eb2282148c /src/mongo/dbtests/documenttests.cpp
parentd01e0bfbfb809ff4a7ad7d410840abeb5a392b77 (diff)
downloadmongo-7c134b66ea15ad39985800a43874413423653809.tar.gz
SERVER-13256 Move PRINT macro to own header and incldue where needed
Diffstat (limited to 'src/mongo/dbtests/documenttests.cpp')
-rw-r--r--src/mongo/dbtests/documenttests.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/dbtests/documenttests.cpp b/src/mongo/dbtests/documenttests.cpp
index fe54e29585f..a8d549ebada 100644
--- a/src/mongo/dbtests/documenttests.cpp
+++ b/src/mongo/dbtests/documenttests.cpp
@@ -34,6 +34,7 @@
#include "mongo/db/pipeline/field_path.h"
#include "mongo/db/pipeline/value.h"
#include "mongo/dbtests/dbtests.h"
+#include "mongo/util/print.h"
namespace DocumentTests {