mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 23:19:58 -06:00
make sure to include cmConfigure.h before cmStandardIncludes.h
This commit is contained in:
committed by
Brad King
parent
5414084818
commit
3838a0d5fb
@@ -12,6 +12,8 @@
|
||||
#ifndef cmDependsJavaParserHelper_h
|
||||
#define cmDependsJavaParserHelper_h
|
||||
|
||||
#include <cmConfigure.h>
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
|
||||
#define YYSTYPE cmDependsJavaParserHelper::ParserType
|
||||
|
||||
Reference in New Issue
Block a user