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

@@ -19,7 +19,7 @@
#ifndef _ALPHA_H_
#define _ALPHA_H_
#include <gtkmm.h>
#include <cairomm/cairomm.h>
#include <assert.h>
#define CHECK_BOUNDS 0