eflpp: compile again (by adding missing includes for modern compilers).

Based on a patch by Jonathan MULLER, thanks!


SVN revision: 37375
This commit is contained in:
Michael Lauer 2008-11-01 16:41:06 +00:00
parent 637138d77c
commit 0a83ed01a8
4 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#include "calibrate.h"
#include <cstring>
#include <cstdio>
#include <cerrno>
using namespace std;

View File

@ -6,6 +6,7 @@
using namespace efl;
#include <iostream>
#include <cstring>
using namespace std;
#define WIDTH 240

View File

@ -5,6 +5,7 @@
/* STD */
#include <iostream>
#include <cstring>
#include <assert.h>
using namespace std;

View File

@ -5,6 +5,7 @@
/* STD */
#include <iostream>
#include <cstring>
using namespace std;
namespace efl {