- Added missing stdlib.h include file.
This commit is contained in:
Paul Beckingham 2009-07-01 19:42:52 -04:00
parent 7fec8a5c9b
commit 389fa400a6

View file

@ -26,6 +26,7 @@
////////////////////////////////////////////////////////////////////////////////
#include <iostream>
#include <stdlib.h>
#include "Context.h"
Context context;