Skip to content

Commit

Permalink
Adding missing #includes
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaiser committed Jun 8, 2017
1 parent 2dee0b1 commit a81886e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/parallel/algorithms/destroy_tests.hpp
Expand Up @@ -19,6 +19,7 @@
#include <cstdint>
#include <cstring>
#include <iostream>
#include <memory>
#include <numeric>
#include <string>
#include <utility>
Expand Down
1 change: 1 addition & 0 deletions tests/unit/parallel/algorithms/destroyn.cpp
Expand Up @@ -15,6 +15,7 @@
#include <cstdint>
#include <cstring>
#include <iostream>
#include <memory>
#include <numeric>
#include <string>
#include <utility>
Expand Down

0 comments on commit a81886e

Please sign in to comment.