PackageInfoParser.cpp: Add missing include for strtoll.
This commit is contained in:
parent
17fe3f8106
commit
6a2d12cbee
@ -8,6 +8,7 @@
|
||||
|
||||
#include <ctype.h>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <algorithm>
|
||||
#include <string>
|
||||
|
Loading…
Reference in New Issue
Block a user