summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--project2/uuid.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/project2/uuid.h b/project2/uuid.h
index b4d0e7f..9f7fbbe 100644
--- a/project2/uuid.h
+++ b/project2/uuid.h
@@ -4,7 +4,8 @@
#include <iostream>
#include <boost/version.hpp>
-#ifdef USINGOSSPUUID
+#ifdef OSSP_UUID
+# define USINGOSSPUUID
# include <ossp/uuid++.hh>
#else
# if BOOST_VERSION < 104200