cmNewLineStyle: Use cmStandardIncludes.h
This ensures that stl types are compiled consistently with the reset of CMake. Otherwise one may get errors like Undefined symbol: .cmNewLineStyle::ReadFromArguments( const std::vector<std::_LFS_ON::basic_string ...) due to inconsistent large file support definitions.
This commit is contained in:
parent
75e83e98fa
commit
28c46ca6cd
|
@ -12,9 +12,7 @@
|
|||
#ifndef cmNewLineStyle_h
|
||||
#define cmNewLineStyle_h
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
|
||||
class cmNewLineStyle
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue