mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03: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