summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-09-17 00:19:51 +0200
committerDavid Robillard <d@drobilla.net>2018-09-17 00:19:51 +0200
commit62b184c18d90e2d973c7c4df0b712a03f4c2bbee (patch)
tree3030f56d361ba1ff5ab284f5004a63a213b70a4b
parent0c6bb92f3f59b6b86f3b7b56224677e79b2e6900 (diff)
downloadraul-62b184c18d90e2d973c7c4df0b712a03f4c2bbee.tar.gz
raul-62b184c18d90e2d973c7c4df0b712a03f4c2bbee.tar.bz2
raul-62b184c18d90e2d973c7c4df0b712a03f4c2bbee.zip
Add missing include
-rw-r--r--raul/TimeStamp.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/raul/TimeStamp.hpp b/raul/TimeStamp.hpp
index eabddec..34992c9 100644
--- a/raul/TimeStamp.hpp
+++ b/raul/TimeStamp.hpp
@@ -17,6 +17,7 @@
#ifndef RAUL_TIMESTAMP_HPP
#define RAUL_TIMESTAMP_HPP
+#include <algorithm>
#include <cassert>
#include <cmath>
#include <cstdint>