Commit a684b4ff authored by Max Kellermann's avatar Max Kellermann

lib/dbus/UDisks2: add missing <stdexcept> include

parent c82cef3a
......@@ -21,6 +21,8 @@
#include "ReplayGainConfig.hxx"
#include "config/Data.hxx"
#include <stdexcept>
#include <assert.h>
#include <stdlib.h>
#include <math.h>
......
......@@ -26,6 +26,7 @@
#include "util/Compiler.h"
#include <functional>
#include <stdexcept>
namespace UDisks2 {
......
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