1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-06-08 15:07:45 +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 #pragma once
#include <QByteArray> #include <QByteArray>
#include <tuple>
constexpr int Rounds = 16; constexpr int Rounds = 16;