Skip to content

Commit

Permalink
add missing header include for "optional" (#89)
Browse files Browse the repository at this point in the history
* add missing header include for "optional"

* sort includes
  • Loading branch information
philomath213 authored Jul 6, 2020
1 parent ef349ba commit 8fdf4ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tenseal/tensealencoder.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

#include <any>
#include <map>
#include <optional>
#include <typeindex>
#include <vector>

Expand Down
1 change: 1 addition & 0 deletions tenseal/tensors/ckksvector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include <seal/seal.h>

#include <memory>
#include <optional>
#include <vector>

#include "tenseal/tensealcontext.h"
Expand Down
1 change: 1 addition & 0 deletions tenseal/tensors/ckksvector.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <seal/seal.h>

#include <memory>
#include <optional>
#include <vector>

#include "tenseal/tensealcontext.h"
Expand Down

0 comments on commit 8fdf4ab

Please sign in to comment.