]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* trans-common.c: Include <map> after system.h.
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 2 Jul 2015 22:01:36 +0000 (22:01 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 2 Jul 2015 22:01:36 +0000 (22:01 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@225358 138bc75d-0d04-0410-961f-82ee72b054a4

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"