Skip to content

Commit

Permalink
fix include in instance-state.h
Browse files Browse the repository at this point in the history
  • Loading branch information
apolyakov committed Jan 31, 2025
1 parent ecc7ee5 commit c8f9c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime-light/state/instance-state.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
#include <utility>

#include "common/mixin/not_copyable.h"
#include "runtime-common/core/allocator/runtime-allocator.h"
#include "runtime-common/core/runtime-core.h"
#include "runtime-common/core/std/containers.h"
#include "runtime-light/allocator/allocator.h"
#include "runtime-light/core/globals/php-script-globals.h"
#include "runtime-light/coroutine/task.h"
#include "runtime-light/k2-platform/k2-api.h"
Expand Down

0 comments on commit c8f9c26

Please sign in to comment.