From 7df50de444560a2865a6e81320537f393fd1f5f6 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Wed, 8 Jun 2022 11:32:48 -0400 Subject: [PATCH] Fix missing tuple header --- include/blowfish.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/blowfish.h b/include/blowfish.h index 6e5d195..168eaf4 100644 --- a/include/blowfish.h +++ b/include/blowfish.h @@ -1,6 +1,7 @@ #pragma once #include +#include constexpr int Rounds = 16;