Skip to content

Commit

Permalink
Merge pull request #3 from cylgom/master
Browse files Browse the repository at this point in the history
Add '#include <functional>' in IFileIO.hpp
  • Loading branch information
jackoalan committed Jun 8, 2017
2 parents 7260012 + 82edc59 commit 671e73c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/nod/IFileIO.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#define __NOD_IFILE_IO__

#include <memory>
#include <functional>
#include <stdlib.h>
#include "IDiscIO.hpp"
#include "Util.hpp"
Expand Down

0 comments on commit 671e73c

Please sign in to comment.