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:
parent
f6e56e4b15
commit
7df50de444
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <QByteArray>
|
#include <QByteArray>
|
||||||
|
#include <tuple>
|
||||||
|
|
||||||
constexpr int Rounds = 16;
|
constexpr int Rounds = 16;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue