Skip to content

Commit 60d8681

Browse files
authored
add lost pragma once (#10023)
1 parent f9e11e0 commit 60d8681

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ydb/library/yql/dq/actors/compute/dq_sync_compute_actor_base.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#pragma once
2+
13
#include "dq_compute_actor_impl.h"
24
#include "dq_compute_actor_async_input_helper.h"
35
#include <ydb/library/yql/dq/actors/spilling/spiller_factory.h>

ydb/library/yql/dq/actors/spilling/channel_storage_actor.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#pragma once
2+
13
#include "spilling_counters.h"
24

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

58-
} // namespace NYql::NDq
60+
} // namespace NYql::NDq

0 commit comments

Comments
 (0)