~ubuntu-branches/ubuntu/wily/yade/wily

« back to all changes in this revision

Viewing changes to gui/qt4/GLViewer.hpp

  • Committer: Package Import Robot
  • Author(s): Dmitry Shachnev
  • Date: 2014-11-14 12:54:52 UTC
  • mfrom: (20.1.23 sid)
  • Revision ID: package-import@ubuntu.com-20141114125452-t16anreumu4ybg2s
Tags: 1.12.0-2ubuntu1
Add allow-stderr restriction to autopkgtest, to silence a warning
printed by new matplotlib.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
#pragma once
4
4
 
5
5
#ifndef Q_MOC_RUN 
6
 
#include<yade/core/Omega.hpp>
7
 
#include<yade/pkg/common/OpenGLRenderer.hpp>
8
 
#include<yade/pkg/common/PeriodicEngines.hpp>
 
6
#include<core/Omega.hpp>
 
7
#include<pkg/common/OpenGLRenderer.hpp>
 
8
#include<pkg/common/PeriodicEngines.hpp>
9
9
#include<boost/date_time/posix_time/posix_time.hpp>
10
10
#endif 
11
11