summaryrefslogtreecommitdiffstats
path: root/src/uscxml/UUID.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/UUID.h')
-rw-r--r--src/uscxml/UUID.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/uscxml/UUID.h b/src/uscxml/UUID.h
index d0dd50c..c4ccaee 100644
--- a/src/uscxml/UUID.h
+++ b/src/uscxml/UUID.h
@@ -20,6 +20,7 @@
#ifndef UUID_H_8X65R2EI
#define UUID_H_8X65R2EI
+#include "uscxml/Common.h"
#include <boost/uuid/uuid.hpp>
#include <boost/uuid/uuid_generators.hpp>
#include <boost/uuid/uuid_io.hpp>
@@ -27,7 +28,7 @@
namespace uscxml {
-class UUID {
+class USCXML_API UUID {
public:
static std::string getUUID();
static boost::uuids::random_generator uuidGen;