summaryrefslogtreecommitdiff
path: root/src/mongo/embedded/functions_for_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/embedded/functions_for_test.h')
-rw-r--r--src/mongo/embedded/functions_for_test.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mongo/embedded/functions_for_test.h b/src/mongo/embedded/functions_for_test.h
index 529ecfacc46..b975ca4558a 100644
--- a/src/mongo/embedded/functions_for_test.h
+++ b/src/mongo/embedded/functions_for_test.h
@@ -28,10 +28,7 @@
#pragma once
-// <inttypes.h> is needed to avoid macro redefinition error when compiling on Windows.
-// Should be fixed inside mongoc.h
-#include <inttypes.h>
-#include <mongoc.h>
+#include <mongoc/mongoc.h>
namespace mongo {