Skip to content

Commit c3d88d3

Browse files
Include missing header used in censoring
Censoring has been added recently but with missing header Relates-To: NLAM-140 Signed-off-by: Rustam Gamidov <[email protected]>
1 parent 766d495 commit c3d88d3

File tree

1 file changed

+1
-0
lines changed
  • olp-cpp-sdk-core/src/logging

1 file changed

+1
-0
lines changed

olp-cpp-sdk-core/src/logging/Log.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
#include <olp/core/porting/optional.h>
2727
#include <olp/core/thread/Atomic.h>
2828

29+
#include <cstring>
2930
#include <algorithm>
3031
#include <string>
3132
#include <unordered_map>

0 commit comments

Comments
 (0)