Missing include

This commit is contained in:
Johannes Schlatow 2010-07-04 01:08:21 +02:00
parent 716ed39695
commit 6428b026ba

View file

@ -27,6 +27,7 @@
#include <Context.h> #include <Context.h>
#include <Att.h> #include <Att.h>
#include <test.h> #include <test.h>
#include <algorithm>
Context context; Context context;