summaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2020-07-23 16:10:27 +0200
committerMax Kellermann <max@musicpd.org>2020-07-23 16:10:28 +0200
commit7daf80a0c069acbdfacc46ac1049a59fdccf85ae (patch)
treef61bcbd69c67d27bc252f03101a412c0b178f33b /src/util
parenteb87c282256b784a2c7301473436488816bb683e (diff)
util/RuntimeError: add IWYU pragma
Diffstat (limited to 'src/util')
-rw-r--r--src/util/RuntimeError.hxx4
1 files 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 <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>