summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorTomas Touceda <chiiph@leap.se>2013-04-08 16:17:03 -0300
committerTomas Touceda <chiiph@leap.se>2013-04-08 16:17:03 -0300
commit5a563871fed7c7a368a3aad9bece0c6b469d2234 (patch)
tree8da369cff4a56e8c992132b0b7629ad2dfef12af /src/main.cpp
parent60ad6a2a9cf28b21ba6a8b3f7eb82224e1212d67 (diff)
Add per platform bundle name to the launcher
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index b685f60..ca066cd 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1,6 +1,7 @@
#include <iostream>
#include <vector>
#include <string>
+#include <cmath>
#include <boost/python.hpp>
#include <boost/filesystem/operations.hpp>