Pairs: Fix gcc4 build some more, include stdlib.h

This commit is contained in:
John Scipione 2014-01-27 18:31:45 -05:00
parent be2f98062c
commit e646703a6e
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@
#include "PairsView.h"
#include <stdlib.h>
// for srand() and rand()
#include <Application.h>
#include <Bitmap.h>
#include <Button.h>