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
|
||||
* 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
|
||||
|
||||
|
@ -19,6 +19,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <set>
|
||||
#include <vector>
|
||||
#include <gtkmm/enums.h>
|
||||
#include "../rtengine/settings.h"
|
||||
#include <exception>
|
||||
|
Loading…
x
Reference in New Issue
Block a user