Skip to content

Commit 535beb3

Browse files
authored
Improve some headers (#1877)
1 parent 71d53e7 commit 535beb3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

ydb/core/util/hp_timer_helpers.h

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#pragma once
2+
13
#include <util/system/hp_timer.h>
24
#include <ydb/library/actors/util/datetime.h>
35

ydb/library/actors/util/datetime.h

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#pragma once
22

3+
#include <algorithm>
4+
35
#include <util/system/defaults.h>
46
#include <util/system/hp_timer.h>
57
#include <util/system/platform.h>

0 commit comments

Comments
 (0)