From 32b02a61281314e27eb21899700ce84a5da50995 Mon Sep 17 00:00:00 2001 From: Scott Howard Date: Sat, 27 Jun 2020 20:49:19 -0400 Subject: [PATCH] dds.h moved to DDS library DDS is its own library now, this is needed to build --- src/packet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/packet.cpp b/src/packet.cpp index 4812bac..a8011d8 100644 --- a/src/packet.cpp +++ b/src/packet.cpp @@ -1,7 +1,7 @@ #include #include "SimpleFIFO.h" #include "packet.h" -#include "dds.h" +#include #include #define PHASE_BIT 8