added the missing include file

This commit is contained in:
Raynaldo Rivera 2010-02-20 02:57:49 +00:00
parent 54d53167e7
commit f927fea4a8
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
#ifdef CAUDIO_PLATFORM_LINUX
# include <dirent.h>
# include <stdio.h>
# include <string>
#endif
//! Grabs the current extention of a given string.