summaryrefslogtreecommitdiff
path: root/chromium/base/check.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/base/check.cc')
-rw-r--r--chromium/base/check.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chromium/base/check.cc b/chromium/base/check.cc
index 5035cd52b3c..9bc5fc85c66 100644
--- a/chromium/base/check.cc
+++ b/chromium/base/check.cc
@@ -11,6 +11,7 @@
#pragma clang max_tokens_here 17000
#endif
+#include "base/check_op.h"
#include "base/logging.h"
#include "build/build_config.h"