Skip to content

Commit 9973ccc

Browse files
authored
Add explicit <optional> header in Context.h
Signed-off-by: Caleb Xu <calebcenter@live.com>
1 parent 1ca23cd commit 9973ccc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/helib/Context.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
* @file Context.h
1616
* @brief Keeps the parameters of an instance of the cryptosystem
1717
**/
18+
#include <optional>
1819
#include <helib/PAlgebra.h>
1920
#include <helib/CModulus.h>
2021
#include <helib/IndexSet.h>

0 commit comments

Comments
 (0)