aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Nehls <usdx@manol.is>2013-01-18 20:00:07 +0100
committerRobin Nehls <nehls@mi.fu-berlin.de>2013-01-18 20:00:41 +0100
commit2be80636a5410e9c6b8cdf1b78553003e4d6225e (patch)
treec66eb51b364c8ef406ef45fca74dbe42aca0721b
parente6ab9e205cee131f75ba2435b52c68ae765360b9 (diff)
downloadusdx-2be80636a5410e9c6b8cdf1b78553003e4d6225e.tar.gz
usdx-2be80636a5410e9c6b8cdf1b78553003e4d6225e.tar.xz
usdx-2be80636a5410e9c6b8cdf1b78553003e4d6225e.zip
menu/control: add include to fix build for gcc 4.6
-rw-r--r--src/menu/control.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/menu/control.cpp b/src/menu/control.cpp
index 6ca59e8e..450df813 100644
--- a/src/menu/control.cpp
+++ b/src/menu/control.cpp
@@ -22,6 +22,7 @@
*
*/
+#include <cstddef>
#include "control.hpp"
namespace usdx