1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-19 11:18:40 +08:00

cmDependsJavaParser: include what you use

This commit is contained in:
Daniel Pfeifer
2017-02-17 22:12:21 +01:00
parent 74404df440
commit b74314c6fd
2 changed files with 734 additions and 722 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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))
/*-------------------------------------------------------------------------*/