Add a missing header

strtoul() is defined in stdlib.h and the header was missing in
StringExtractor.cpp.

Patch by Marco Minutoli!

llvm-svn: 129070
This commit is contained in:
Stephen Wilson
2011-04-07 10:20:23 +00:00
parent 0682ba2f2e
commit 78709173d2

View File

@@ -10,6 +10,8 @@
#include "Utility/StringExtractor.h"
// C Includes
#include <stdlib.h>
// C++ Includes
// Other libraries and framework includes
// Project includes