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

« back to all changes in this revision

Viewing changes to src/core/dataHandler/WDataSetScalar.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:
28
28
#include <map>
29
29
#include <string>
30
30
 
 
31
#ifndef Q_MOC_RUN
31
32
#include <boost/thread.hpp>
 
33
#endif
 
34
#ifndef Q_MOC_RUN
32
35
#include <boost/shared_ptr.hpp>
 
36
#endif
33
37
 
34
38
#include "datastructures/WValueSetHistogram.h"
35
39