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/fish_indent.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/fish_indent.cpp') diff --git a/src/fish_indent.cpp b/src/fish_indent.cpp index 53443799..7e68e310 100644 --- a/src/fish_indent.cpp +++ b/src/fish_indent.cpp @@ -15,6 +15,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "config.h" // IWYU pragma: keep + #include #include #include -- cgit v1.2.3