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:
Brad King 2011-11-30 09:19:32 -05:00
parent 75e83e98fa
commit 28c46ca6cd
1 changed files with 1 additions and 3 deletions

View File

@ -12,9 +12,7 @@
#ifndef cmNewLineStyle_h
#define cmNewLineStyle_h
#include <string>
#include <vector>
#include "cmStandardIncludes.h"
class cmNewLineStyle
{