@@ -13,6 +13,7 @@ extern "C" {
#include <arpa/inet.h>
#include <sys/time.h>
+#include <unistd.h>
#include <fstream>
#include <vector>
@@ -4,6 +4,7 @@
#include <string.h>
#include <stdlib.h>
#include "controller.h"
@@ -18,6 +18,7 @@
*/
#include <NTL/vec_ZZ.h>
#include <NTL/ZZ_p.h>
@@ -21,6 +21,7 @@
#define __DPSTREAM_H__
#include <sm_11_atomic_functions.h>
/* Routines to allow CUDA threads to write distinguished points into
a buffer that will be read by the host */
@@ -1,4 +1,5 @@
#include <stdio.h>
#include <sys/types.h>
#include <sys/resource.h>
@@ -24,6 +24,7 @@
#include <limits.h>
#include <time.h>
#include <string>
#include <sstream>
#include <utility>