From 32b834aa04bd05dade4e9db7759f2473f3e24b7e Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 22 Dec 2013 22:06:21 +0100 Subject: pcm/Traits: include stddef.h for size_t --- src/pcm/Traits.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pcm') 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 +#include /** * This template describes the specified #SampleFormat. This is an -- cgit v1.2.3