diff options
author | Max Kellermann <max@duempel.org> | 2013-12-22 22:06:21 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-12-22 22:06:25 +0100 |
commit | 32b834aa04bd05dade4e9db7759f2473f3e24b7e (patch) | |
tree | cb9ccd360e0e3dde89cbd5a5d7ec4b883486dca8 /src/pcm/Traits.hxx | |
parent | b43ec3d6f08ab6b3044a2514f9bb8a8f1a0eb31f (diff) | |
download | mpd-32b834aa04bd05dade4e9db7759f2473f3e24b7e.tar.gz mpd-32b834aa04bd05dade4e9db7759f2473f3e24b7e.tar.xz mpd-32b834aa04bd05dade4e9db7759f2473f3e24b7e.zip |
pcm/Traits: include stddef.h for size_t
Diffstat (limited to 'src/pcm/Traits.hxx')
-rw-r--r-- | src/pcm/Traits.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pcm/Traits.hxx b/src/pcm/Traits.hxx index 48e7d559e..4e68191f6 100644 --- a/src/pcm/Traits.hxx +++ b/src/pcm/Traits.hxx @@ -24,6 +24,7 @@ #include "AudioFormat.hxx" #include <stdint.h> +#include <stddef.h> /** * This template describes the specified #SampleFormat. This is an |