diff options
author | Andrew Morrow <acm@mongodb.com> | 2015-01-03 16:05:40 -0500 |
---|---|---|
committer | Andrew Morrow <acm@mongodb.com> | 2015-01-05 18:27:00 -0500 |
commit | 7c134b66ea15ad39985800a43874413423653809 (patch) | |
tree | 300c3490776b14c6e1c43defe6bad5eb2282148c /src/mongo/dbtests/documenttests.cpp | |
parent | d01e0bfbfb809ff4a7ad7d410840abeb5a392b77 (diff) | |
download | mongo-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.cpp | 1 |
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 { |