Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
OpenFlipper
Commits
71ff4ce4
Commit
71ff4ce4
authored
Nov 30, 2015
by
Martin Schultz
Browse files
fixed some missing includes
parent
739e5b36
Changes
4
Hide whitespace changes
Inline
Side-by-side
Core/PluginCommunication.cc
View file @
71ff4ce4
...
...
@@ -62,6 +62,7 @@
#include "Core.hh"
#include "OpenFlipper/BasePlugin/PluginFunctionsCore.hh"
#include <stdexcept>
//== IMPLEMENTATION ==========================================================
...
...
Logging/PluginLogging.cc
View file @
71ff4ce4
...
...
@@ -60,6 +60,8 @@
#include "Logging.hh"
#include <QStringList>
//== IMPLEMENTATION ==========================================================
...
...
common/UpdateType.cc
View file @
71ff4ce4
...
...
@@ -48,6 +48,7 @@
\*===========================================================================*/
#include "TypesInternal.hh"
#include "UpdateType.hh"
#include <QCoreApplication>
#include <OpenFlipper/common/GlobalOptions.hh>
...
...
widgets/glWidget/QtBaseViewer.cc
View file @
71ff4ce4
...
...
@@ -71,6 +71,8 @@
#include <ACG/GL/GLError.hh>
#include <ACG/GL/IRenderer.hh>
#include <QGraphicsWidget>
#include <QString>
#include <QGLFormat>
#include <QBoxLayout>
#include <QtNetwork/QUdpSocket>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment