mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 13:23:08 +02:00
Lexer: Missing include
This commit is contained in:
parent
2f23406087
commit
ba23b926dd
1 changed files with 2 additions and 1 deletions
|
@ -25,8 +25,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#include <cmake.h>
|
#include <cmake.h>
|
||||||
#include <ctype.h>
|
|
||||||
#include <Lexer.h>
|
#include <Lexer.h>
|
||||||
|
#include <algorithm>
|
||||||
|
#include <ctype.h>
|
||||||
#include <ISO8601.h>
|
#include <ISO8601.h>
|
||||||
#include <utf8.h>
|
#include <utf8.h>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue