diff options
author | John Hodge (bugs) <tpg@mutabah.net> | 2017-05-14 12:58:00 +0800 |
---|---|---|
committer | John Hodge (bugs) <tpg@mutabah.net> | 2017-05-14 12:58:00 +0800 |
commit | 7a267995c7cfd6b68849079dc4ecae4ebe74e6fa (patch) | |
tree | 50f10513cb0922c2255e72174fe9c217a47007fd /src/trans/target.cpp | |
parent | 39ccbcf7e5596ca791d8616b678d1a13ebbb1af4 (diff) | |
download | mrust-7a267995c7cfd6b68849079dc4ecae4ebe74e6fa.tar.gz |
Visual Studio compile fixes
Diffstat (limited to 'src/trans/target.cpp')
-rw-r--r-- | src/trans/target.cpp | 1 |
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 |