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

« back to all changes in this revision

Viewing changes to src/core/kernel/WModule.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:
29
29
#include <typeinfo>
30
30
#include <vector>
31
31
 
 
32
#ifndef Q_MOC_RUN
32
33
#include <boost/enable_shared_from_this.hpp>
 
34
#endif
 
35
#ifndef Q_MOC_RUN
33
36
#include <boost/filesystem.hpp>
 
37
#endif
 
38
#ifndef Q_MOC_RUN
34
39
#include <boost/function.hpp>
 
40
#endif
 
41
#ifndef Q_MOC_RUN
35
42
#include <boost/shared_ptr.hpp>
 
43
#endif
 
44
#ifndef Q_MOC_RUN
36
45
#include <boost/signals2/signal.hpp>
 
46
#endif
 
47
#ifndef Q_MOC_RUN
37
48
#include <boost/thread.hpp>
 
49
#endif
38
50
 
39
51
#include "../common/WConditionSet.h"
40
52
#include "../common/WLogger.h"