Skip to content

Commit

Permalink
Merge pull request #5 from msakai/fix-include-fstream
Browse files Browse the repository at this point in the history
include <fstream> to use std::ifstream
  • Loading branch information
okdshin authored Jun 21, 2018
2 parents 8a88df3 + f202b74 commit 4a7511f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions example/general_cnn_example_in_cpp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#include <Windows.h>
#endif

#include <fstream>
#include <iostream>
#include <numeric>
#include <queue>
Expand Down
1 change: 1 addition & 0 deletions example/vgg16_example_in_cpp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#include <Windows.h>
#endif

#include <fstream>
#include <iostream>
#include <numeric>
#include <queue>
Expand Down

0 comments on commit 4a7511f

Please sign in to comment.