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_tests.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/fish_tests.cpp') diff --git a/src/fish_tests.cpp b/src/fish_tests.cpp index 8c1866b1..7f1c0a7d 100644 --- a/src/fish_tests.cpp +++ b/src/fish_tests.cpp @@ -1,4 +1,5 @@ // Various bug and feature tests. Compiled and run by make test. +#include "config.h" // IWYU pragma: keep // IWYU pragma: no_include // IWYU pragma: no_include -- cgit v1.2.3