mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
+! #include <stdint.h>, should fix build problems on some systems.
This commit is contained in:
parent
107c75ce3c
commit
fb00a5bedf
|
@ -6,6 +6,7 @@
|
|||
|
||||
#include "dictionary.hh"
|
||||
#include "file.hh"
|
||||
#include <stdint.h>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <map>
|
||||
|
|
Loading…
Reference in a new issue