mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 00:08:58 -04:00
Closes: https://bugs.gentoo.org/905908 Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
14 lines
284 B
Diff
14 lines
284 B
Diff
https://bugs.gentoo.org/905908
|
|
https://github.com/facebookresearch/fastText/commit/6c2204ba66776b700095ff73e3e599a908ffd9c3
|
|
|
|
--- a/src/args.cc
|
|
+++ b/src/args.cc
|
|
@@ -9,6 +9,7 @@
|
|
#include "args.h"
|
|
|
|
#include <stdlib.h>
|
|
+#include <cstdint>
|
|
|
|
#include <iostream>
|
|
#include <stdexcept>
|