Skip to content

Commit

Permalink
missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
ladnir committed Jan 22, 2024
1 parent 36cd083 commit 65bfb08
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libOTe/Tools/QuasiCyclicCode.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#pragma once
// © 2022 Visaß.
// © 2022 Visa.
// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
//
// The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
Expand Down
1 change: 1 addition & 0 deletions libOTe/Vole/Silent/SilentVoleReceiver.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#include <numeric>
#include "libOTe/Tools/QuasiCyclicCode.h"
#include "libOTe/TwoChooseOne/Silent/SilentOtExtUtil.h"
#include <libOTe/Tools/QuasiCyclicCode.h>

namespace osuCrypto
{
Expand Down
2 changes: 1 addition & 1 deletion libOTe/Vole/Silent/SilentVoleSender.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#include <libOTe/Vole/Noisy/NoisyVoleReceiver.h>
#include <libOTe/Vole/Noisy/NoisyVoleSender.h>
#include <libOTe/TwoChooseOne/Silent/SilentOtExtUtil.h>

#include <libOTe/Tools/QuasiCyclicCode.h>

namespace osuCrypto
{
Expand Down

0 comments on commit 65bfb08

Please sign in to comment.