From 9225b16d1285e620c7c13e3416bdd4099f8ff4b7 Mon Sep 17 00:00:00 2001 From: David Adam Date: Wed, 18 May 2016 22:30:21 +0000 Subject: add (or restore) config.h to all files The autoconf-generated config.h contains a number of directives which may alter the behaviour of system headers on certain platforms. Always include it in every C++ file as the first include. Closes #2993. --- src/wcstringutil.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/wcstringutil.cpp') diff --git a/src/wcstringutil.cpp b/src/wcstringutil.cpp index 9fcb168e..7e208469 100644 --- a/src/wcstringutil.cpp +++ b/src/wcstringutil.cpp @@ -1,4 +1,6 @@ // Helper functions for working with wcstring. +#include "config.h" // IWYU pragma: keep + #include "wcstringutil.h" #include "common.h" -- cgit v1.2.3