mirror of
https://github.com/intel/llvm.git
synced 2026-01-15 12:25:46 +08:00
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:
@@ -10,6 +10,8 @@
|
||||
#include "Utility/StringExtractor.h"
|
||||
|
||||
// C Includes
|
||||
#include <stdlib.h>
|
||||
|
||||
// C++ Includes
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
|
||||
Reference in New Issue
Block a user