Skip to content

Commit

Permalink
use tcbf as an external library
Browse files Browse the repository at this point in the history
  • Loading branch information
loostrum committed Jul 18, 2024
1 parent bea15ee commit e4df9ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cu
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#include <fstream>
#include <iostream>

#include "tcbf.h"
#include <tcbf.h>

cxxopts::Options create_commandline_parser(const char *argv[]) {
cxxopts::Options options(argv[0], "Echoframe standalone beamformer");
Expand Down

0 comments on commit e4df9ec

Please sign in to comment.