mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-26 06:58:22 +01:00
Oops, missed one...
This commit is contained in:
parent
44068a63f5
commit
3933fc2db7
1 changed files with 4 additions and 0 deletions
|
|
@ -84,10 +84,14 @@ extern const int gtkmm_major_version;
|
|||
extern const int gtkmm_minor_version;
|
||||
extern const int gtkmm_micro_version;
|
||||
|
||||
#ifndef COMPILER_MSVC
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wdeprecated-copy"
|
||||
#include <glibmm.h>
|
||||
#pragma GCC diagnostic pop
|
||||
#else
|
||||
#include <glibmm.h>
|
||||
#endif
|
||||
#include <giomm.h>
|
||||
#include <gdkmm.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue