From 5209ef3c0ba13d146d69a2d03ced776097a6a72c Mon Sep 17 00:00:00 2001
From: David Edelsohn <dje.gcc@gmail.com>
Date: Thu, 2 Jul 2015 22:01:36 +0000
Subject: * trans-common.c: Include <map> after system.h.

From-SVN: r225358
---
 gcc/fortran/ChangeLog      | 4 ++++
 gcc/fortran/trans-common.c | 4 +++-
 2 files changed, 7 insertions(+), 1 deletion(-)

(limited to 'gcc/fortran')

diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index d8edfc644ee..df7c86909de 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,7 @@
+2015-07-02  David Edelsohn  <dje.gcc@gmail.com>
+
+	* trans-common.c: Include <map> after system.h.
+
 2015-07-02  Paul Thomas  <pault@gcc.gnu.org>
 
 	PR fortran/52846
diff --git a/gcc/fortran/trans-common.c b/gcc/fortran/trans-common.c
index 572fcb23f59..cad846a08dd 100644
--- a/gcc/fortran/trans-common.c
+++ b/gcc/fortran/trans-common.c
@@ -92,9 +92,11 @@ along with GCC; see the file COPYING3.  If not see
    is examined for still-unused equivalence conditions.  We create a
    block for each merged equivalence list.  */
 
-#include <map>
 #include "config.h"
 #include "system.h"
+
+#include <map>
+
 #include "coretypes.h"
 #include "tm.h"
 #include "alias.h"
-- 
cgit v1.2.1