Skip to content

Commit

Permalink
Corrected includes of constants-lattice.h
Browse files Browse the repository at this point in the history
  • Loading branch information
dsuponitskiy-duality committed Oct 31, 2024
1 parent c6b1aab commit dc177c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions src/pke/include/constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
#ifndef _CONSTANTS_H_
#define _CONSTANTS_H_

#include "constants-defs.h" // all enum definitions
#include "lattice/constants-lattice.h" // additional definitions
#include "constants-defs.h" // all enum definitions

#include <iosfwd>
#include <string>
Expand Down
1 change: 1 addition & 0 deletions src/pke/include/scheme/gen-cryptocontext-params.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
#include "scheme/scheme-id.h"
#include "utils/inttypes.h"
#include "constants.h"
#include "lattice/constants-lattice.h"
#include "lattice/stdlatticeparms.h"

#include <iosfwd>
Expand Down
1 change: 1 addition & 0 deletions src/pke/include/schemebase/rlwe-cryptoparameters.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
#include "lattice/lat-hal.h"
#include "schemebase/base-cryptoparameters.h"
#include "constants.h"
#include "lattice/constants-lattice.h"

// TODO - temp include for the SecurityLevel
#include "lattice/stdlatticeparms.h"
Expand Down

0 comments on commit dc177c7

Please sign in to comment.