aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust/rust-system.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/rust/rust-system.h')
-rw-r--r--gcc/rust/rust-system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rust/rust-system.h b/gcc/rust/rust-system.h
index 26c9b33..d62e676 100644
--- a/gcc/rust/rust-system.h
+++ b/gcc/rust/rust-system.h
@@ -20,6 +20,7 @@
#ifndef RUST_SYSTEM_H
#define RUST_SYSTEM_H
+#define INCLUDE_ALGORITHM
#include "config.h"
/* Define this so that inttypes.h defines the PRI?64 macros even
@@ -30,7 +31,6 @@
// These must be included before the #poison declarations in system.h.
-#include <algorithm>
#include <string>
#include <list>
#include <map>