summaryrefslogtreecommitdiff
path: root/gruel/src/lib/pmt/qa_pmt_prims.h
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-07-20 17:55:28 -0700
committerJosh Blum <josh@joshknows.com>2011-07-20 17:55:28 -0700
commit947ae1cf5c16f5b3c6222b6ee9ad1a3b4075dd25 (patch)
treee356152fed9da6d70ecf28a5b47891e5ce20361a /gruel/src/lib/pmt/qa_pmt_prims.h
parentb835094682f214366f7b8c0220134817c4f34157 (diff)
gruel: API declaration macros for gruel class and function symbols
Diffstat (limited to 'gruel/src/lib/pmt/qa_pmt_prims.h')
-rw-r--r--gruel/src/lib/pmt/qa_pmt_prims.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gruel/src/lib/pmt/qa_pmt_prims.h b/gruel/src/lib/pmt/qa_pmt_prims.h
index efc5c60506..cc1409ee67 100644
--- a/gruel/src/lib/pmt/qa_pmt_prims.h
+++ b/gruel/src/lib/pmt/qa_pmt_prims.h
@@ -22,10 +22,12 @@
#ifndef INCLUDED_QA_PMT_PRIMS_H
#define INCLUDED_QA_PMT_PRIMS_H
+#include <gruel/attributes.h>
+#include <gruel/api.h> //reason: suppress warnings
#include <cppunit/extensions/HelperMacros.h>
#include <cppunit/TestCase.h>
-class qa_pmt_prims : public CppUnit::TestCase {
+class __GR_ATTR_EXPORT qa_pmt_prims : public CppUnit::TestCase {
CPPUNIT_TEST_SUITE(qa_pmt_prims);
CPPUNIT_TEST(test_symbols);