qjson.h: include compiler.h for GCC_FMT_ATTR

Signed-off-by: Alon Levy <alevy@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
This commit is contained in:
Alon Levy 2012-02-24 23:22:03 +02:00 committed by Luiz Capitulino
parent dac6b1b22c
commit 156b12d739
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
#define QJSON_H
#include <stdarg.h>
#include "compiler.h"
#include "qobject.h"
#include "qstring.h"