Skip to content

Commit

Permalink
Attempting to fix default namespace definition (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 authored May 31, 2024
1 parent 8623524 commit 680f620
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion RTNeural/RTNeural.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
#include <limits>

// RTNeural includes:
#include "config.h"

#include "Model.h"
#include "ModelT.h"
#include "config.h"
#include "model_loader.h"
#include "torch_helpers.h"
2 changes: 1 addition & 1 deletion examples/hello_rtneural/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CXXFLAGS = -O3 -I../../ -std=c++17 -DRTNEURAL_DEFAULT_ALIGNMENT=16 -DRTNEURAL_NAMESPACE=RTNeural
CXXFLAGS = -O3 -I../../ -std=c++17 -DRTNEURAL_DEFAULT_ALIGNMENT=16

# Extra flags for compiling with Eigen backend
# CXXFLAGS += -DRTNEURAL_USE_EIGEN=1 -I../../modules/Eigen
Expand Down

0 comments on commit 680f620

Please sign in to comment.