summaryrefslogtreecommitdiff
path: root/glib/glibmm
diff options
context:
space:
mode:
Diffstat (limited to 'glib/glibmm')
-rw-r--r--glib/glibmm/random.h1
-rw-r--r--glib/glibmm/timer.h2
2 files changed, 3 insertions, 0 deletions
diff --git a/glib/glibmm/random.h b/glib/glibmm/random.h
index 83d2caa2..e4dd4445 100644
--- a/glib/glibmm/random.h
+++ b/glib/glibmm/random.h
@@ -19,6 +19,7 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
+#include <glibmmconfig.h>
#include <glib.h>
extern "C" {
diff --git a/glib/glibmm/timer.h b/glib/glibmm/timer.h
index 43fff375..cbb5b444 100644
--- a/glib/glibmm/timer.h
+++ b/glib/glibmm/timer.h
@@ -19,6 +19,8 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
+#include <glibmmconfig.h>
+
extern "C" {
using GTimer = struct _GTimer;
}