Page MenuHomePhabricator

[iguana] make some includes explicit
ClosedPublic

Authored by PiRK on Sep 30 2024, 10:57.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC2f05fb34dbdf: [iguana] make some includes explicit
Summary

string, vector and ScriptError were included transitively via interpreter.h, but for me optional was missing and causing a compile error.

Test Plan

ninja all check-all

Event Timeline

PiRK requested review of this revision.Sep 30 2024, 10:57

make sure script_error.h is included directly in the .cpp

This revision is now accepted and ready to land.Sep 30 2024, 11:22
This revision was landed with ongoing or failed builds.Sep 30 2024, 11:23
This revision was automatically updated to reflect the committed changes.