Files
BadNote/windows/runner/ocr_channel.cpp
Akiba So 8c9cf77337
All checks were successful
CI / Windows build (push) Successful in 7m54s
fix(windows): add flutter_engine.h include
ocr_channel.cpp calls engine->messenger() but only had a forward
declaration of flutter::FlutterEngine. Include the engine header so
the type is complete (fixes C2027 + the cascading make_unique error
that broke the Windows compile at ocr_channel.cpp:76).
2026-06-21 05:49:26 +08:00

2.9 KiB