From cdeae5ba5f541b14ad50efc16f4d17f24998e115 Mon Sep 17 00:00:00 2001 From: Maximilian Downey Twiss <creatorsmithmdt@gmail.com> Date: Thu, 24 Nov 2022 19:05:03 +1100 Subject: [PATCH 43/56] java: Include opt-suggestions.h in jvspec.cc.
gcc/java/ChangeLog: * jvspec.cc: Include opt-suggestions.h. --- gcc/java/jvspec.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/java/jvspec.cc b/gcc/java/jvspec.cc index a2010db4c97..58142368621 100644 --- a/gcc/java/jvspec.cc +++ b/gcc/java/jvspec.cc @@ -26,6 +26,7 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "system.h" #include "coretypes.h" #include "tm.h" +#include "opt-suggestions.h" #include "gcc.h" #include "jcf.h" #include "opts.h" -- 2.38.1