1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-06-08 06:57:46 +00:00

Fix missing tuple header

This commit is contained in:
Joshua Goins 2022-06-08 11:32:48 -04:00
parent f6e56e4b15
commit 7df50de444

View file

@ -1,6 +1,7 @@
#pragma once
#include <QByteArray>
#include <tuple>
constexpr int Rounds = 16;