diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index 3ec3a26c2e..b72ef477c1 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -226,6 +226,7 @@ Application::Application(int& argc, char** argv, timeval &startup_time) : qDebug() << "[VERSION] Build sequence: " << qPrintable(applicationVersion()); + QSettings::setDefaultFormat(QSettings::IniFormat); _settings = new QSettings(this); // Check to see if the user passed in a command line option for loading a local diff --git a/interface/src/ui/Snapshot.h b/interface/src/ui/Snapshot.h index a660ac8a52..1b78e8328e 100644 --- a/interface/src/ui/Snapshot.h +++ b/interface/src/ui/Snapshot.h @@ -11,9 +11,9 @@ #include "InterfaceConfig.h" -#include #include #include +#include #include "avatar/Avatar.h"