Robustify mi-simplerun.
[deliverable/binutils-gdb.git] / gold / script.h
index 26abd463ac416745329cccf66ef7deaad8f8561d..ea4b6aff29e92a4e50e7db8e48331076912202b9 100644 (file)
@@ -31,6 +31,7 @@
 #define GOLD_SCRIPT_H
 
 #include <cstdio>
+#include <string>
 #include <vector>
 
 #include "script-sections.h"
@@ -42,6 +43,7 @@ class General_options;
 class Command_line;
 class Symbol_table;
 class Layout;
+class Mapfile;
 class Input_argument;
 class Input_objects;
 class Input_group;
@@ -392,7 +394,7 @@ class Script_options
 
 bool
 read_input_script(Workqueue*, const General_options&, Symbol_table*, Layout*,
-                 Dirsearch*, Input_objects*, Input_group*,
+                 Dirsearch*, Input_objects*, Mapfile*, Input_group*,
                  const Input_argument*, Input_file*,
                  Task_token* next_blocker, bool* used_next_blocker);
 
This page took 0.023149 seconds and 4 git commands to generate.