Skip to content
Snippets Groups Projects
Commit 4af0dd92 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[App/DE] Add missing include for debug builds.

parent 0090ef78
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,9 @@
#include <QObject>
#include <QSettings>
#include <QSignalMapper>
#ifndef NDEBUG
#include <QTime>
#endif // NDEBUG
// VTK includes
#include <vtkOBJExporter.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment