Skip to content

Commit

Permalink
Fix for Issue ValveSoftware#209:
Browse files Browse the repository at this point in the history
Issue: [vogleditor] Build failure with Qt 5.5

(1) Requires an additional header file QObject to be included;

Build still works with Qt 5.5 and 5.4 (Ubuntu 15.10);
  • Loading branch information
kingtaurus committed Dec 6, 2015
1 parent 810c2de commit 5e691f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vogleditor/vogleditor_qsettings.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

#include "vogl_dynamic_string.h"
#include "vogl_json.h"
#include <QObject>
#include <QStringList>
#include <QVector>

Expand Down

0 comments on commit 5e691f7

Please sign in to comment.