Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Prev Previous commit
Next Next commit
add missing include to scene.
  • Loading branch information
jonahwilliams committed Sep 7, 2024
commit 9102785bfff64304953b8b42d64cc45e0fb1dda5
1 change: 1 addition & 0 deletions impeller/scene/node.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <inttypes.h>
#include <atomic>
#include <memory>
#include <variant>
#include <vector>

#include "flutter/fml/logging.h"
Expand Down