Fixed compile error ('NULL' not defined) with gcc 4.6 in System/Resource.hpp

git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1812 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
laurentgom 2011-03-21 10:27:29 +00:00
parent 58546a52df
commit f632253adc

View File

@ -31,6 +31,7 @@
#include <SFML/System/Lock.hpp>
#include <SFML/System/Mutex.hpp>
#include <set>
#include <cstddef>
namespace sf