From bf1ad39d4d249730e990b3fe5a8464e486f3634c Mon Sep 17 00:00:00 2001 From: Junwang Zhao Date: Sun, 23 Mar 2025 10:55:37 +0800 Subject: [PATCH] add missing iceberg_export.h Signed-off-by: Junwang Zhao --- src/iceberg/exception.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/iceberg/exception.h b/src/iceberg/exception.h index 5c1436e21..67c8f6ce9 100644 --- a/src/iceberg/exception.h +++ b/src/iceberg/exception.h @@ -28,6 +28,8 @@ #include +#include "iceberg/iceberg_export.h" + namespace iceberg { /// \brief Base exception class for exceptions thrown by the Iceberg library.