mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-21 23:00:50 +08:00
cmDependsJavaParser: include what you use
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -14,6 +14,12 @@ Modify cmDependsJavaParser.cxx:
|
|||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <cmConfigure.h> // IWYU pragma: keep
|
||||||
|
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <string.h>
|
||||||
|
#include <string>
|
||||||
|
|
||||||
#define yyGetParser (cmDependsJava_yyget_extra(yyscanner))
|
#define yyGetParser (cmDependsJava_yyget_extra(yyscanner))
|
||||||
|
|
||||||
/*-------------------------------------------------------------------------*/
|
/*-------------------------------------------------------------------------*/
|
||||||
|
Reference in New Issue
Block a user