aboutsummaryrefslogtreecommitdiff
path: root/src/WorkspaceCmd.cc
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-12-02 11:59:51 (GMT)
committerrathnor <rathnor>2003-12-02 11:59:51 (GMT)
commit1473cb0f0615cac9148c47a115e067d95b549325 (patch)
tree54d75ddbf8b9f39fc3effaeb450c818846194db1 /src/WorkspaceCmd.cc
parente6f95a1e3e06b7e629d1d61d21e7ebae42d2adbb (diff)
downloadfluxbox-1473cb0f0615cac9148c47a115e067d95b549325.zip
fluxbox-1473cb0f0615cac9148c47a115e067d95b549325.tar.bz2
missing include
Diffstat (limited to 'src/WorkspaceCmd.cc')
-rw-r--r--src/WorkspaceCmd.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/WorkspaceCmd.cc b/src/WorkspaceCmd.cc
index 80a94d4..ba86626 100644
--- a/src/WorkspaceCmd.cc
+++ b/src/WorkspaceCmd.cc
@@ -20,7 +20,7 @@
20// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 20// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
21// DEALINGS IN THE SOFTWARE. 21// DEALINGS IN THE SOFTWARE.
22 22
23// $Id: WorkspaceCmd.cc,v 1.6 2003/10/14 00:21:16 fluxgen Exp $ 23// $Id: WorkspaceCmd.cc,v 1.7 2003/12/02 11:59:51 rathnor Exp $
24 24
25#include "WorkspaceCmd.hh" 25#include "WorkspaceCmd.hh"
26 26
@@ -31,6 +31,7 @@
31 31
32#include "FbTk/KeyUtil.hh" 32#include "FbTk/KeyUtil.hh"
33 33
34#include <math.h>
34#include <algorithm> 35#include <algorithm>
35#include <functional> 36#include <functional>
36 37