diff options
Diffstat (limited to 'src/pcm/PcmFormat.hxx')
-rw-r--r-- | src/pcm/PcmFormat.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pcm/PcmFormat.hxx b/src/pcm/PcmFormat.hxx index fb12babb6..df4c47e32 100644 --- a/src/pcm/PcmFormat.hxx +++ b/src/pcm/PcmFormat.hxx @@ -22,7 +22,7 @@ #include "SampleFormat.hxx" -#include <stdint.h> +#include <cstdint> template<typename T> struct ConstBuffer; class PcmBuffer; |