From 7daf80a0c069acbdfacc46ac1049a59fdccf85ae Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 23 Jul 2020 16:10:27 +0200 Subject: [PATCH] util/RuntimeError: add IWYU pragma --- src/util/RuntimeError.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/util/RuntimeError.hxx b/src/util/RuntimeError.hxx index 268c66aa0..3d523013b 100644 --- a/src/util/RuntimeError.hxx +++ b/src/util/RuntimeError.hxx @@ -1,5 +1,5 @@ /* - * Copyright 2013-2017 Max Kellermann + * Copyright 2013-2020 Max Kellermann * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -30,7 +30,7 @@ #ifndef RUNTIME_ERROR_HXX #define RUNTIME_ERROR_HXX -#include +#include // IWYU pragma: export #include #include