Skip to content

Commit

Permalink
Serializer: Simplified imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Dax89 committed Nov 29, 2018
1 parent c1d8096 commit 998a496
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion redasm/support/serializer.h
Expand Up @@ -2,7 +2,9 @@
#define SERIALIZER_H

#include <fstream>
#include "../redasm.h"
#include <algorithm>
#include <functional>
#include "../redasm_buffer.h"

namespace REDasm {
namespace Serializer {
Expand Down

0 comments on commit 998a496

Please sign in to comment.