add GTSAM_EXPORT tags

release/4.3a0
Varun Agrawal 2023-06-21 17:32:26 -04:00
parent c9397c34fc
commit 5fa889b035
2 changed files with 3 additions and 2 deletions

View File

@ -47,7 +47,7 @@ namespace gtsam {
*
* Also fails if the rows are not of the same size.
*/
struct SignatureParser {
struct GTSAM_EXPORT SignatureParser {
using Row = std::vector<double>;
using Table = std::vector<Row>;

View File

@ -18,12 +18,13 @@
#pragma once
#include <gtsam_unstable/dllexport.h>
#include <gtsam_unstable/linear/QP.h>
#include <fstream>
namespace gtsam {
class QPSParser {
class GTSAM_UNSTABLE_EXPORT QPSParser {
private:
std::string fileName_;