1. error: 'runtime_error' is not a member of 'std'
2. error: 'to_string' is not a member of 'std'
Change-Id: Idd0b2d3caf89c976075a190d5a848f5481b46019
Signed-off-by: Dongkyun Son <dongkyun.s@samsung.com>
#include "auxd_client_c.h"
#include "auxd_client.h"
#include <swap_debug.h>
+#include <stdexcept>
struct auxd_client {
#include <string>
#include <sstream>
+#include <cstdint>
static inline std::string int2str(int val)
#include <sys/eventfd.h>
#include "swap_debug.h"
#include <utils/unique_ptr.h>
+#include <stdexcept>
#define UNINIT_THREAD_ID (-1)
#include <algorithm>
#include <condition_variable>
#include <swap_debug.h>
+#include <stdexcept>
namespace EvLoop {
#include "memd_client.h"
#include <swap_debug.h>
#include <string>
+#include <stdexcept>
struct memd_client {
#include "ipc_msg_handler.h"
#include "socket.h"
#include <memory>
+#include <string>
+#include <stdexcept>
namespace IPC {
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/un.h>
+#include <stdexcept>
namespace Unix {
#include <sys/socket.h>
#include <sys/un.h>
#include <systemd/sd-daemon.h>
+#include <stdexcept>
static int create_unix_socket(const std::string &name, int backlog)