Fix broken lgtm build

This commit is contained in:
Ingo Weyrich 2019-10-30 18:06:30 +01:00
parent ba8dda1836
commit 4dcee23cb3
2 changed files with 3 additions and 5 deletions

View File

@ -16,9 +16,9 @@
* You should have received a copy of the GNU General Public License
* along with RawTherapee. If not, see <https://www.gnu.org/licenses/>.
*/
#ifndef _RTSETTINGS_
#define _RTSETTINGS_
#pragma once
#include <glibmm/ustring.h>
namespace rtengine
{
@ -97,6 +97,3 @@ public:
static void destroy(Settings* s);
};
}
#endif

View File

@ -19,6 +19,7 @@
#pragma once
#include <set>
#include <vector>
#include <gtkmm/enums.h>
#include "../rtengine/settings.h"
#include <exception>