Skip to content

Commit

Permalink
Fixing inspect errors
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaiser committed Jul 8, 2017
1 parent fa4c819 commit e20270c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/interpolate1d/interpolate1d/interpolate1d.cpp
Expand Up @@ -8,6 +8,7 @@
#include <cstddef>
#include <string>
#include <utility>
#include <vector>

#include "read_values.hpp"
#include "partition.hpp"
Expand Down
1 change: 1 addition & 0 deletions examples/sheneos/sheneos/interpolator.hpp
Expand Up @@ -11,6 +11,7 @@
#include <cstddef>
#include <cstdint>
#include <string>
#include <utility>
#include <vector>

#include "server/configuration.hpp"
Expand Down
1 change: 1 addition & 0 deletions examples/sheneos/sheneos/partition3d.hpp
Expand Up @@ -12,6 +12,7 @@

#include <cstdint>
#include <string>
#include <utility>
#include <vector>

#include "server/partition3d.hpp"
Expand Down

0 comments on commit e20270c

Please sign in to comment.