~ubuntu-branches/ubuntu/wily/openwalnut/wily-proposed

« back to all changes in this revision

Viewing changes to src/core/dataHandler/test/WEEG_test.h

  • Committer: Package Import Robot
  • Author(s): Michael Terry
  • Date: 2015-08-12 13:14:55 UTC
  • Revision ID: package-import@ubuntu.com-20150812131455-cwndvoy9wwx34ya2
Tags: 1.4.0~rc1+hg3a3147463ee2-1ubuntu4
* debian/patches/gcc5.patch:
  - Work around incompatibility between boost+gcc5 and Qt4, fixing FTBFS

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#ifndef WEEG_TEST_H
26
26
#define WEEG_TEST_H
27
27
 
 
28
#ifndef Q_MOC_RUN
28
29
#include <boost/shared_ptr.hpp>
 
30
#endif
29
31
#include <cxxtest/TestSuite.h>
30
32
#include "../WEEG.h"
31
33