Skip to content

Commit

Permalink
Merge pull request #11 from jstamp/include-fixes
Browse files Browse the repository at this point in the history
A couple of include fixes
  • Loading branch information
eartle committed Jan 14, 2013
2 parents b4932e6 + 891fc75 commit c170332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/unicorn/dialogs/LoginDialog.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
#ifndef LOGIN_DIALOG_H
#define LOGIN_DIALOG_H

#include "ui_LoginDialog.h"
#include "lib/DllExportMacro.h"
#include "lib/unicorn/UnicornSession.h"
#include <QDialog>
#include <QDialogButtonBox>


class UNICORN_DLLEXPORT LoginDialog : public QDialog
Expand Down

0 comments on commit c170332

Please sign in to comment.