Fix missing explicit include (#6704)

* Fix missing explicit include

- Also avoid rtgui include

* Fix more missing explicit include
This commit is contained in:
Hubert Figuière
2023-05-21 18:25:42 -04:00
committed by GitHub
parent 677aaf2ec7
commit a1bbc93538
8 changed files with 17 additions and 2 deletions

View File

@@ -17,7 +17,8 @@
* along with RawTherapee. If not, see <https://www.gnu.org/licenses/>.
*/
#include <fftw3.h>
#include "../rtgui/profilestorecombobox.h"
#include <glibmm/miscutils.h>
#include <glibmm/ustring.h>
#include "color.h"
#include "rtengine.h"
#include "iccstore.h"