mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-30 02:59:22 -05:00
Include necessary headers in commands
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
file Copyright.txt or https://cmake.org/licensing for details. */
|
||||
#include "cmEndFunctionCommand.h"
|
||||
|
||||
class cmExecutionStatus;
|
||||
struct cmListFileArgument;
|
||||
|
||||
bool cmEndFunctionCommand::InvokeInitialPass(
|
||||
std::vector<cmListFileArgument> const&, cmExecutionStatus&)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user