summaryrefslogtreecommitdiff
path: root/third_party/base/template_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/base/template_util.h')
-rw-r--r--third_party/base/template_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/base/template_util.h b/third_party/base/template_util.h
index b2463225f8..0fed0cc259 100644
--- a/third_party/base/template_util.h
+++ b/third_party/base/template_util.h
@@ -10,7 +10,7 @@
#include <type_traits>
#include <utility>
-#include "third_party/build/build_config.h"
+#include "build/build_config.h"
// This hacks around libstdc++ 4.6 missing stuff in type_traits, while we need
// to support it.