all repos — fluxbox @ d28e105075e3ec46515c322ee5dca6967a4cc696

custom fork of the fluxbox windowmanager

compile fix: added <cstdlib> to provide declaration for 'size_t' (gcc-4.6.x likes it that way)
Daniel Diaz dydyam at gmail dot com
commit

d28e105075e3ec46515c322ee5dca6967a4cc696

parent

d4f7f173305523e4659bd8637887385306bbfd56

3 files changed, 3 insertions(+), 0 deletions(-)

jump to
M src/FbTk/LayerItem.hhsrc/FbTk/LayerItem.hh

@@ -26,6 +26,7 @@

#include "Layer.hh" #include "NotCopyable.hh" #include <vector> +#include <cstdlib> // size_t namespace FbTk {
M src/FbTk/MacroCommand.hhsrc/FbTk/MacroCommand.hh

@@ -26,6 +26,7 @@ #include "Command.hh"

#include "RefCount.hh" #include <vector> +#include <cstdlib> // size_t namespace FbTk {
M src/FbTk/MultLayers.hhsrc/FbTk/MultLayers.hh

@@ -24,6 +24,7 @@ #ifndef FBTK_MULTLAYERS_HH

#define FBTK_MULTLAYERS_HH #include <vector> +#include <cstdlib> // size_t namespace FbTk {