Commit 7daf80a0 authored by Max Kellermann's avatar Max Kellermann

util/RuntimeError: add IWYU pragma

parent eb87c282
/* /*
* 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 * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions * modification, are permitted provided that the following conditions
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
#ifndef RUNTIME_ERROR_HXX #ifndef RUNTIME_ERROR_HXX
#define RUNTIME_ERROR_HXX #define RUNTIME_ERROR_HXX
#include <stdexcept> #include <stdexcept> // IWYU pragma: export
#include <utility> #include <utility>
#include <stdio.h> #include <stdio.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment