include stdio
This commit is contained in:
parent
f06b944933
commit
e0eaee86de
1 changed files with 7 additions and 0 deletions
|
@ -6,6 +6,13 @@
|
||||||
|
|
||||||
#include "eventdispatcher.hh"
|
#include "eventdispatcher.hh"
|
||||||
#include "display.hh"
|
#include "display.hh"
|
||||||
|
|
||||||
|
extern "C" {
|
||||||
|
#ifdef HAVE_STDIO_H
|
||||||
|
# include <stdio.h>
|
||||||
|
#endif
|
||||||
|
}
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
namespace otk {
|
namespace otk {
|
||||||
|
|
Loading…
Reference in a new issue