mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-24 17:18:37 -05:00
Fix several include-what-you-use findings
This commit is contained in:
committed by
Brad King
parent
f52bcc2ac1
commit
2e620f0b38
@@ -4,8 +4,15 @@
|
||||
#ifndef cmMSVC60LinkLineComputer_h
|
||||
#define cmMSVC60LinkLineComputer_h
|
||||
|
||||
#include <cmConfigure.h>
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "cmLinkLineComputer.h"
|
||||
|
||||
class cmOutputConverter;
|
||||
class cmStateDirectory;
|
||||
|
||||
class cmMSVC60LinkLineComputer : public cmLinkLineComputer
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user