Skip to content

Commit

Permalink
add header file
Browse files Browse the repository at this point in the history
  • Loading branch information
Huelse committed Jun 6, 2020
1 parent 5f6758f commit 7ffdd4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:19.10
FROM ubuntu:18.04

# Install binary dependencies
RUN apt-get update && \
Expand Down
1 change: 1 addition & 0 deletions src/wrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include <pybind11/numpy.h>
#include <pybind11/stl.h>
#include <pybind11/stl_bind.h>
#include <fstream>
#include "seal/seal.h"
#include "base64.h"

Expand Down

0 comments on commit 7ffdd4a

Please sign in to comment.