summaryrefslogtreecommitdiff
path: root/rotord/src/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'rotord/src/utils.h')
-rw-r--r--rotord/src/utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rotord/src/utils.h b/rotord/src/utils.h
index d9df488..a36088b 100644
--- a/rotord/src/utils.h
+++ b/rotord/src/utils.h
@@ -18,6 +18,7 @@ bool fgreater_or_equal(const float u,const float v);
bool fless(const float u,const float v);
bool fgreater(const float u,const float v);
+//----------------------------------------with thanks to openframeworks
template <class T>
std::string toString(const T& value){