Move UdpPacket from platform/api to platform/base.
Also, add the other explicit std::vector constructors.
Bug: openscreen:77
Change-Id: I14c8416ddbb23bb6baeec78af39c383d2b3de654
Reviewed-on: https://chromium-review.googlesource.com/c/openscreen/+/1904887
Reviewed-by: Brandon Tolsch <btolsch@chromium.org>
Commit-Queue: Yuri Wiitala <miu@chromium.org>
diff --git a/platform/api/udp_socket.h b/platform/api/udp_socket.h
index f5d462a..cc75e83 100644
--- a/platform/api/udp_socket.h
+++ b/platform/api/udp_socket.h
@@ -12,10 +12,10 @@
#include <mutex>
#include "platform/api/network_interface.h"
-#include "platform/api/udp_packet.h"
#include "platform/base/error.h"
#include "platform/base/ip_address.h"
#include "platform/base/macros.h"
+#include "platform/base/udp_packet.h"
namespace openscreen {
namespace platform {