blob: 5a5e6734c80a0a342f102e58627b5bfbd337c1ff (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- hfst-3.8.2/libhfst/src/implementations/optimized-lookup/transducer.h
+++ hfst-3.8.2/libhfst/src/implementations/optimized-lookup/transducer_new.h
@@ -14,6 +14,7 @@
#ifndef _HFST_OL_TRANSDUCER_TRANSDUCER_H_
#define _HFST_OL_TRANSDUCER_TRANSDUCER_H_
+#include <unistd.h>
#include <vector>
#include <set>
#include <iostream>
|