util/RuntimeError: add IWYU pragma

This commit is contained in:
Max Kellermann 2020-07-23 16:10:27 +02:00
parent eb87c28225
commit 7daf80a0c0

View File

@ -1,5 +1,5 @@
/*
* Copyright 2013-2017 Max Kellermann <max.kellermann@gmail.com>
* Copyright 2013-2020 Max Kellermann <max.kellermann@gmail.com>
*
* 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 <stdexcept>
#include <stdexcept> // IWYU pragma: export
#include <utility>
#include <stdio.h>