1 /**
2  * This is a shim to maintain compatibility with pxp-agent during development.
3  */
4 #pragma once
5 
6 #include <cpp-pcp-client/protocol/v1/serialization.hpp>
7 
8 namespace PCPClient {
9 
10 using namespace v1;
11 
12 }  // namespace PCPClient
13