aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/utf8.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utf8.cpp')
-rw-r--r--src/utf8.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utf8.cpp b/src/utf8.cpp
index afd0c764..e5a4178a 100644
--- a/src/utf8.cpp
+++ b/src/utf8.cpp
@@ -13,6 +13,8 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+#include "config.h" // IWYU pragma: keep
+
#include <stdint.h> // IWYU pragma: keep
#include <sys/types.h>
#include <limits>