Skip to content

Commit

Permalink
include required header - <sstream>
Browse files Browse the repository at this point in the history
  • Loading branch information
caosiyang committed Dec 1, 2017
1 parent 565bfdc commit b41cb62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/pika_admin.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@

#ifndef PIKA_ADMIN_H_
#define PIKA_ADMIN_H_

#include <sstream>

#include "include/pika_command.h"
#include "include/pika_client_conn.h"

Expand Down
1 change: 1 addition & 0 deletions include/pika_hub_manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include <set>
#include <memory>
#include <future>
#include <sstream>

#include "pink/include/server_thread.h"
#include "pink/include/pink_thread.h"
Expand Down

0 comments on commit b41cb62

Please sign in to comment.