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

@@ -18,6 +18,9 @@
* along with RawTherapee. If not, see <https://www.gnu.org/licenses/>.
*/
#include <glibmm/ustring.h>
#include <glibmm/timer.h>
#include "cieimage.h"
#include "color.h"
#include "curves.h"