From 5e2144fb09704699cdb1429a920cb0d487a6f3ad Mon Sep 17 00:00:00 2001 From: Administrator Date: Fri, 17 May 2024 16:24:28 +0800 Subject: [PATCH] =?UTF-8?q?2024.5.16=20=E6=B5=8B=E8=AF=95=E6=95=B4?= =?UTF-8?q?=E4=BD=93=E6=9E=84=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kaldi/base/kaldi-error.h | 1 + 1 file changed, 1 insertion(+) diff --git a/kaldi/base/kaldi-error.h b/kaldi/base/kaldi-error.h index 6dd1c01..7719c6f 100644 --- a/kaldi/base/kaldi-error.h +++ b/kaldi/base/kaldi-error.h @@ -18,6 +18,7 @@ #define KALDI_BASE_KALDI_ERROR_H_ 1 #ifndef FST_LOG_H_ +#pragma message("fst/log.h is included") #include "fst/log.h" #endif