added missed stdio.h for fprintf

This commit is contained in:
Matwey V. Kornilov 2012-09-29 21:25:17 +04:00
parent 2835cd7e26
commit 6139a271e0
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
#include <stdio.h>
#include <QtCore/QCoreApplication> #include <QtCore/QCoreApplication>
#include "test.h" #include "test.h"