diff options
author | Robin Nehls <usdx@manol.is> | 2013-01-18 20:00:07 +0100 |
---|---|---|
committer | Robin Nehls <nehls@mi.fu-berlin.de> | 2013-01-18 20:00:41 +0100 |
commit | 2be80636a5410e9c6b8cdf1b78553003e4d6225e (patch) | |
tree | c66eb51b364c8ef406ef45fca74dbe42aca0721b /src/menu | |
parent | e6ab9e205cee131f75ba2435b52c68ae765360b9 (diff) | |
download | usdx-2be80636a5410e9c6b8cdf1b78553003e4d6225e.tar.gz usdx-2be80636a5410e9c6b8cdf1b78553003e4d6225e.tar.xz usdx-2be80636a5410e9c6b8cdf1b78553003e4d6225e.zip |
menu/control: add include to fix build for gcc 4.6
Diffstat (limited to 'src/menu')
-rw-r--r-- | src/menu/control.cpp | 1 |
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 |