* trans-common.c: Include <map> after system.h.
authorDavid Edelsohn <dje.gcc@gmail.com>
Thu, 2 Jul 2015 22:01:36 +0000 (22:01 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Thu, 2 Jul 2015 22:01:36 +0000 (18:01 -0400)
From-SVN: r225358

gcc/fortran/ChangeLog
gcc/fortran/trans-common.c

index d8edfc644ee215f2065d0e319bcc07441c70d502..df7c86909de1a456d316c40cf38868c579f4358f 100644 (file)
@@ -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
index 572fcb23f5927b6d4fcdffa0c920da69475f8034..cad846a08dd6cb3f7c7771d00541ca2a3f7fd822 100644 (file)
@@ -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"