aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-07-14 17:08:16 +0200
committerMax Kellermann <max@duempel.org>2014-07-14 17:08:41 +0200
commit72eedb1c98a02aac3b08cc58b92018a4cd42d5fc (patch)
tree71a17b2f3dab8dd9194f3d4a6bed1863f20de0a3 /src
parent3c5cf9500d80a7dac52cb44c9bc58ee20a3d0f86 (diff)
downloadmpd-72eedb1c98a02aac3b08cc58b92018a4cd42d5fc.tar.gz
mpd-72eedb1c98a02aac3b08cc58b92018a4cd42d5fc.tar.xz
mpd-72eedb1c98a02aac3b08cc58b92018a4cd42d5fc.zip
util/Cast: add missing include
Diffstat (limited to 'src')
-rw-r--r--src/util/Cast.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/Cast.hxx b/src/util/Cast.hxx
index 78dbdea83..c49d18eaa 100644
--- a/src/util/Cast.hxx
+++ b/src/util/Cast.hxx
@@ -30,6 +30,8 @@
#ifndef CAST_HXX
#define CAST_HXX
+#include "Compiler.h"
+
#include <stddef.h>
/**