diff options
Diffstat (limited to 'src/player/Control.hxx')
-rw-r--r-- | src/player/Control.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/player/Control.hxx b/src/player/Control.hxx index 711a26174..f5cc7ea3d 100644 --- a/src/player/Control.hxx +++ b/src/player/Control.hxx @@ -31,11 +31,10 @@ #include "ReplayGainMode.hxx" #include "MusicChunkPtr.hxx" +#include <cstdint> #include <exception> #include <memory> -#include <stdint.h> - struct Tag; class PlayerListener; class PlayerOutputs; |