Skip to content

Commit

Permalink
added missing header files
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshi Tsubokawa committed May 25, 2017
1 parent c6a5f58 commit 5151960
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include "fj_random.h"
#include "fj_noise.h"
#include <iostream>
#include <cstdlib>

using namespace fj;

Expand Down
1 change: 1 addition & 0 deletions src/fj_pto.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include <vector>
#include <cassert>
#include <cstdlib>
#include <cstdio>

namespace fj {

Expand Down

0 comments on commit 5151960

Please sign in to comment.