diff --git a/rpcs3/Crypto/ec.cpp b/rpcs3/Crypto/ec.cpp index 5fb66fbbab..8ed57cee99 100644 --- a/rpcs3/Crypto/ec.cpp +++ b/rpcs3/Crypto/ec.cpp @@ -1,4 +1,4 @@ -// Copyright 2007,2008,2010 Segher Boessenkool +// Copyright 2007,2008,2010 Segher Boessenkool // Licensed under the terms of the GNU GPL, version 2 // http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt diff --git a/rpcs3/Crypto/unpkg.h b/rpcs3/Crypto/unpkg.h index 5eb7b5de07..3ac43758d1 100644 --- a/rpcs3/Crypto/unpkg.h +++ b/rpcs3/Crypto/unpkg.h @@ -1,6 +1,9 @@ -#pragma once +#pragma once #include "Loader/PSF.h" +#include "util/endian.hpp" +#include "util/types.hpp" +#include "Utilities/File.h" #include #include diff --git a/rpcs3/Crypto/utils.cpp b/rpcs3/Crypto/utils.cpp index 4758ece4dd..f86a8b0ee8 100644 --- a/rpcs3/Crypto/utils.cpp +++ b/rpcs3/Crypto/utils.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Hykem +// Copyright (C) 2014 Hykem // Licensed under the terms of the GNU GPL, version 3 // http://www.gnu.org/licenses/gpl-3.0.txt