Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix async_test.cc compilation #10

Merged
merged 1 commit into from
Aug 30, 2016

Conversation

misty-fungus
Copy link
Contributor

Hi, had problems compiling tests.
Here's small hotfix.

General worflow:

git clone ...
mkdir build && cd build
cmake ../pistache
make
[ 86%] Linking CXX executable hello_server
/home/misty_fungus/workspace/pistache/tests/async_test.cc:382:10: error: ‘random_device’ in namespace ‘std’ does not name a type
     std::random_device rd;
          ^~~~~~~~~~~~~
[ 86%] Built target hello_server

@oktal
Copy link
Collaborator

oktal commented Aug 30, 2016

Hi, thanks for the fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants