Skip to content

Commit

Permalink
add lost pragma once (#10023)
Browse files Browse the repository at this point in the history
  • Loading branch information
uzhastik authored Oct 3, 2024
1 parent f9e11e0 commit 60d8681
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#pragma once

#include "dq_compute_actor_impl.h"
#include "dq_compute_actor_async_input_helper.h"
#include <ydb/library/yql/dq/actors/spilling/spiller_factory.h>
Expand Down
4 changes: 3 additions & 1 deletion ydb/library/yql/dq/actors/spilling/channel_storage_actor.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#pragma once

#include "spilling_counters.h"

#include <ydb/library/yql/dq/runtime/dq_channel_storage.h>
Expand Down Expand Up @@ -55,4 +57,4 @@ class IDqChannelStorageActor
IDqChannelStorageActor* CreateDqChannelStorageActor(TTxId txId, ui64 channelId, TWakeUpCallback&& wakeUpCallback, TErrorCallback&& errorCallback,
TIntrusivePtr<TSpillingTaskCounters> spillingTaskCounters, NActors::TActorSystem* actorSystem);

} // namespace NYql::NDq
} // namespace NYql::NDq

0 comments on commit 60d8681

Please sign in to comment.