diff options
Diffstat (limited to 'gcc/digraph.cc')
-rw-r--r-- | gcc/digraph.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/digraph.cc b/gcc/digraph.cc index 10e7705..196b4b1 100644 --- a/gcc/digraph.cc +++ b/gcc/digraph.cc @@ -18,6 +18,8 @@ You should have received a copy of the GNU General Public License along with GCC; see the file COPYING3. If not see <http://www.gnu.org/licenses/>. */ +#define INCLUDE_STRING +#define INCLUDE_VECTOR #include "config.h" #include "system.h" #include "coretypes.h" |