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.