mirror of https://github.com/AxioDL/nod.git
Merge pull request #3 from cylgom/master
Add '#include <functional>' in IFileIO.hpp
This commit is contained in:
commit
671e73c4bc
|
@ -2,6 +2,7 @@
|
|||
#define __NOD_IFILE_IO__
|
||||
|
||||
#include <memory>
|
||||
#include <functional>
|
||||
#include <stdlib.h>
|
||||
#include "IDiscIO.hpp"
|
||||
#include "Util.hpp"
|
||||
|
|
Loading…
Reference in New Issue