From 3bd6d282e04f1db2257ac6fd6bf3be74994d876a Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 20 Jan 2003 02:34:04 +0000 Subject: [PATCH] Fixed build error on BeOS --- src/main/beos/SDL_BeApp.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/beos/SDL_BeApp.cc b/src/main/beos/SDL_BeApp.cc index bbc7f8fea..a26f760d0 100644 --- a/src/main/beos/SDL_BeApp.cc +++ b/src/main/beos/SDL_BeApp.cc @@ -31,6 +31,7 @@ static char rcsid = #include #include #include +#include #include #include "SDL_BeApp.h"