vendor/fastText/src/args.h in fasttext-0.2.4 vs vendor/fastText/src/args.h in fasttext-0.3.0
- old
+ new
@@ -6,9 +6,10 @@
* LICENSE file in the root directory of this source tree.
*/
#pragma once
+#include <cstdint>
#include <istream>
#include <ostream>
#include <string>
#include <unordered_set>
#include <vector>