Fixed bad include
This commit is contained in:
parent
c928550b10
commit
1e8355dadf
@ -1,6 +1,7 @@
|
|||||||
|
#include <iostream>
|
||||||
|
#include <vector>
|
||||||
#include "Cipher.h"
|
#include "Cipher.h"
|
||||||
#include "Util.h"
|
#include "Util.h"
|
||||||
#include <iostream>
|
|
||||||
|
|
||||||
GhettoCipher::Cipher::Cipher(const Block& key)
|
GhettoCipher::Cipher::Cipher(const Block& key)
|
||||||
:
|
:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#include <vector>
|
#include <string>
|
||||||
|
|
||||||
namespace GhettoCipher
|
namespace GhettoCipher
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user