lib/dbus/UDisks2: add missing <stdexcept> include
This commit is contained in:
parent
c82cef3aa6
commit
a684b4fff1
@ -21,6 +21,8 @@
|
|||||||
#include "ReplayGainConfig.hxx"
|
#include "ReplayGainConfig.hxx"
|
||||||
#include "config/Data.hxx"
|
#include "config/Data.hxx"
|
||||||
|
|
||||||
|
#include <stdexcept>
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
@ -26,6 +26,7 @@
|
|||||||
#include "util/Compiler.h"
|
#include "util/Compiler.h"
|
||||||
|
|
||||||
#include <functional>
|
#include <functional>
|
||||||
|
#include <stdexcept>
|
||||||
|
|
||||||
namespace UDisks2 {
|
namespace UDisks2 {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user