Skip to content

Commit ad1776d

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 ad1776d

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
@@ -27,6 +27,7 @@
2727
#include <olp/core/thread/Atomic.h>
2828

2929
#include <algorithm>
30+
#include <cstring>
3031
#include <string>
3132
#include <unordered_map>
3233

0 commit comments

Comments
 (0)