Fix broken lgtm build
This commit is contained in:
parent
ba8dda1836
commit
4dcee23cb3
@ -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
|
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user