From a68683a5020045a2533c7deaaed6cc5d74d96fc4 Mon Sep 17 00:00:00 2001 From: Zhao Zhili Date: Tue, 5 Apr 2022 17:05:23 +0800 Subject: [PATCH] [core] haicrypt_log.cpp include its header file --- haicrypt/haicrypt_log.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/haicrypt/haicrypt_log.cpp b/haicrypt/haicrypt_log.cpp index e09f1aeff..d219c2016 100644 --- a/haicrypt/haicrypt_log.cpp +++ b/haicrypt/haicrypt_log.cpp @@ -10,6 +10,8 @@ #if ENABLE_HAICRYPT_LOGGING +#include "haicrypt_log.h" + #include "hcrypt.h" #include "haicrypt.h" #include "../srtcore/srt.h"