Skip to content

Commit

Permalink
Adding missing #includes
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaiser committed May 18, 2017
1 parent 9be832f commit d5058c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions hpx/performance_counters/registry.hpp
Expand Up @@ -11,6 +11,7 @@
#include <hpx/runtime/naming/name.hpp>
#include <hpx/util/function.hpp>

#include <cstddef>
#include <cstdint>
#include <map>
#include <string>
Expand Down
1 change: 1 addition & 0 deletions hpx/performance_counters/server/statistics_counter.hpp
Expand Up @@ -15,6 +15,7 @@

#include <boost/smart_ptr/scoped_ptr.hpp>

#include <cstddef>
#include <cstdint>
#include <string>

Expand Down
1 change: 1 addition & 0 deletions src/components/iostreams/server/output_stream.cpp
Expand Up @@ -20,6 +20,7 @@
#include <hpx/util/io_service_pool.hpp>

#include <cstdint>
#include <functional>
#include <memory>
#include <utility>

Expand Down

0 comments on commit d5058c5

Please sign in to comment.