- More missing includes.
This commit is contained in:
Paul Beckingham 2011-05-28 18:18:48 -04:00
parent 94318a6925
commit 36e24fa1fb
4 changed files with 4 additions and 0 deletions

View file

@ -28,6 +28,7 @@
#include <map>
#include <vector>
#include <string>
#include <algorithm>
#include <stdlib.h>
#include <text.h>
#include <Context.h>

View file

@ -27,6 +27,7 @@
#include <iomanip>
#include <sstream>
#include <algorithm>
#include <stdlib.h>
#include <rx.h>
#include <Context.h>

View file

@ -27,6 +27,7 @@
#include <vector>
#include <sstream>
#include <algorithm>
#include <text.h>
#include <i18n.h>
#include <Context.h>

View file

@ -28,6 +28,7 @@
#include <fstream>
#include <sstream>
#include <vector>
#include <algorithm>
#include <string>
#include <sys/types.h>
#include <sys/time.h>