aboutsummaryrefslogtreecommitdiff
path: root/odb/details/posix/thread.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/details/posix/thread.hxx')
-rw-r--r--odb/details/posix/thread.hxx8
1 files changed, 7 insertions, 1 deletions
diff --git a/odb/details/posix/thread.hxx b/odb/details/posix/thread.hxx
index 5036b37..f2e2a75 100644
--- a/odb/details/posix/thread.hxx
+++ b/odb/details/posix/thread.hxx
@@ -6,13 +6,17 @@
#ifndef ODB_DETAILS_POSIX_THREAD_HXX
#define ODB_DETAILS_POSIX_THREAD_HXX
+#include <odb/pre.hxx>
+
#include <pthread.h>
+#include <odb/details/export.hxx>
+
namespace odb
{
namespace details
{
- class thread
+ class LIBODB_EXPORT thread
{
public:
~thread ();
@@ -34,4 +38,6 @@ namespace odb
#include <odb/details/posix/thread.ixx>
+#include <odb/post.hxx>
+
#endif // ODB_DETAILS_POSIX_THREAD_HXX