Skip to content

Commit

Permalink
lib: Fix missing includes in rpc.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mbr0wn authored and atrnati committed Feb 1, 2021
1 parent 1ed4dd7 commit 9c4d9d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions host/lib/include/uhdlib/utils/rpc.hpp
Expand Up @@ -12,7 +12,11 @@
#include <rpc/client.h>
#include <rpc/rpc_error.h>
#include <boost/format.hpp>
#include <chrono>
#include <memory>
#include <mutex>
#include <string>
#include <thread>

namespace {

Expand Down

0 comments on commit 9c4d9d8

Please sign in to comment.