summaryrefslogtreecommitdiff
path: root/src/trans/target.cpp
diff options
context:
space:
mode:
authorJohn Hodge (bugs) <tpg@mutabah.net>2017-05-14 12:58:00 +0800
committerJohn Hodge (bugs) <tpg@mutabah.net>2017-05-14 12:58:00 +0800
commit7a267995c7cfd6b68849079dc4ecae4ebe74e6fa (patch)
tree50f10513cb0922c2255e72174fe9c217a47007fd /src/trans/target.cpp
parent39ccbcf7e5596ca791d8616b678d1a13ebbb1af4 (diff)
downloadmrust-7a267995c7cfd6b68849079dc4ecae4ebe74e6fa.tar.gz
Visual Studio compile fixes
Diffstat (limited to 'src/trans/target.cpp')
-rw-r--r--src/trans/target.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/trans/target.cpp b/src/trans/target.cpp
index 21555101..a85ab12a 100644
--- a/src/trans/target.cpp
+++ b/src/trans/target.cpp
@@ -6,6 +6,7 @@
* - Target-specific information
*/
#include "target.hpp"
+#include <algorithm>
// TODO: Replace with target selection
#define POINTER_SIZE_BYTES 8