From e4df9eccae48a27045e272fbfdaa69e135f3d7e6 Mon Sep 17 00:00:00 2001 From: Leon Oostrum Date: Thu, 18 Jul 2024 14:42:34 +0200 Subject: [PATCH] use tcbf as an external library --- src/main.cu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cu b/src/main.cu index de6566d..bd8b1ba 100644 --- a/src/main.cu +++ b/src/main.cu @@ -2,7 +2,7 @@ #include #include -#include "tcbf.h" +#include cxxopts::Options create_commandline_parser(const char *argv[]) { cxxopts::Options options(argv[0], "Echoframe standalone beamformer");