gtk: always include config.h first

Change-Id: I8e1f57e5dd2935d9b22d906acbb75e28f84016f5
Signed-off-by: Ashod Nakashian <ashod.nakashian@collabora.co.uk>
pull/2701/head
Ashod Nakashian 2021-06-19 16:40:53 -04:00 committed by Ashod Nakashian
parent 1139c99972
commit 28815ac33e
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#include <config.h>
#include <cstdlib>
#include <cstring>
#include <iostream>