Skip to content

Commit 7ffdd4a

Browse files
author
Huelse
committed
add header file
1 parent 5f6758f commit 7ffdd4a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:19.10
1+
FROM ubuntu:18.04
22

33
# Install binary dependencies
44
RUN apt-get update && \

src/wrapper.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#include <pybind11/numpy.h>
44
#include <pybind11/stl.h>
55
#include <pybind11/stl_bind.h>
6+
#include <fstream>
67
#include "seal/seal.h"
78
#include "base64.h"
89

0 commit comments

Comments
 (0)