diff options
Diffstat (limited to 'runtime/runtime_options.cc')
| -rw-r--r-- | runtime/runtime_options.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/runtime_options.cc b/runtime/runtime_options.cc index c54461e60e..e75481c78a 100644 --- a/runtime/runtime_options.cc +++ b/runtime/runtime_options.cc @@ -13,8 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + #include "runtime_options.h" +#include <memory> + #include "gc/heap.h" #include "monitor.h" #include "runtime.h" |