summaryrefslogtreecommitdiff
path: root/src/mongo/base/status_with.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/base/status_with.h')
-rw-r--r--src/mongo/base/status_with.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/base/status_with.h b/src/mongo/base/status_with.h
index 22e6854c636..8279bc0afbf 100644
--- a/src/mongo/base/status_with.h
+++ b/src/mongo/base/status_with.h
@@ -38,9 +38,9 @@
#include "mongo/base/status.h"
#include "mongo/platform/compiler.h"
-#define MONGO_INCLUDE_INVARIANT_H_WHITELISTED
+#define MONGO_ALLOW_INCLUDE_INVARIANT_H
#include "mongo/util/invariant.h"
-#undef MONGO_INCLUDE_INVARIANT_H_WHITELISTED
+#undef MONGO_ALLOW_INCLUDE_INVARIANT_H
namespace mongo {