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 30, 2017
1 parent 9f259aa commit 9df8089
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion examples/quickstart/file_serialization.cpp
Expand Up @@ -10,8 +10,12 @@
#include <hpx/hpx_main.hpp>
#include <hpx/traits/serialization_access_data.hpp>

#include <stdexcept>
#include <cstddef>
#include <iostream>
#include <fstream>
#include <stdexcept>
#include <string>
#include <vector>

struct file_wrapper
{
Expand Down

0 comments on commit 9df8089

Please sign in to comment.