Skip to content

Commit

Permalink
Fix examples build
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtrevelyan committed Nov 27, 2023
1 parent 4ba22d0 commit eeeb3ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/torch/torch_conv1d/torch_conv1d.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "RTNeural/RTNeural.h"
#include "tests/load_csv.hpp"
#include "tests/functional/load_csv.hpp"
#include <filesystem>
#include <iostream>

Expand Down
2 changes: 1 addition & 1 deletion examples/torch/torch_gru/torch_gru.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "RTNeural/RTNeural.h"
#include "tests/load_csv.hpp"
#include "tests/functional/load_csv.hpp"
#include <filesystem>
#include <iostream>

Expand Down

0 comments on commit eeeb3ee

Please sign in to comment.