util/RuntimeError: add IWYU pragma
This commit is contained in:
parent
eb87c28225
commit
7daf80a0c0
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user