Skip to content

Commit

Permalink
- fix include headers
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22789 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adeas31 committed Oct 17, 2014
1 parent cd1a62c commit df7c541
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions OMEdit/OMEditGUI/CrashReport/CrashReportDialog.cpp
Expand Up @@ -36,6 +36,7 @@
*/

#include "CrashReportDialog.h"
#include "Helper.h"

/*!
\class CrashReportDialog
Expand Down
6 changes: 4 additions & 2 deletions OMEdit/OMEditGUI/CrashReport/CrashReportDialog.h
Expand Up @@ -38,9 +38,11 @@
#ifndef CRASHREPORTDIALOG_H
#define CRASHREPORTDIALOG_H

#include "MainWindow.h"
#include <QtCore>
#include <QtGui>
#include <QtNetwork>

class MainWindow;
#include "Utilities.h"

class CrashReportDialog : public QDialog
{
Expand Down

0 comments on commit df7c541

Please sign in to comment.