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

« back to all changes in this revision

Viewing changes to src/core/dataHandler/WThreadedTrackingFunction.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:
30
30
#include <vector>
31
31
#include <utility>
32
32
 
 
33
#ifndef Q_MOC_RUN
33
34
#include <boost/array.hpp>
 
35
#endif
34
36
 
35
37
#include "../common/math/linearAlgebra/WVectorFixed.h"
36
38
#include "../common/WSharedObject.h"