Commit 5209ef3c by David Edelsohn Committed by David Edelsohn

* trans-common.c: Include <map> after system.h.

From-SVN: r225358
parent 10d712eb
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
......
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment