diff --git a/gtsam/base/debug.h b/gtsam/base/debug.h index f11245b1d..9502cb65b 100644 --- a/gtsam/base/debug.h +++ b/gtsam/base/debug.h @@ -45,8 +45,8 @@ namespace gtsam { GTSAM_EXTERN_EXPORT FastMap > debugFlags; // thread-safe functions to access debugFlags map - bool guardedIsDebug(const std::string& s); - void guardedSetDebug(const std::string& s, const bool v); + bool GTSAM_EXPORT guardedIsDebug(const std::string& s); + void GTSAM_EXPORT guardedSetDebug(const std::string& s, const bool v); } #undef ISDEBUG