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

View File

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