Skip to content

Commit

Permalink
build: minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Jan 29, 2025
1 parent 13b3119 commit dfda3ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ project(
'cpp_std': 'c++17',
'buildtype': 'release',
'libdir': 'lib',
'datadir': 'share',
'licensedir': 'share/licenses/iguana',
'pkgconfig.relocatable': 'true',
'force_fallback_for': ['rcdb'],
Expand Down
2 changes: 1 addition & 1 deletion src/iguana/algorithms/Algorithm.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

#include "iguana/algorithms/AlgorithmBoilerplate.h"
#include "iguana/services/YAMLReader.h"
#include <iguana/services/GlobalParam.h>
#include "iguana/services/GlobalParam.h"
#include "iguana/services/DataFileReader.h"

namespace iguana {
Expand Down

0 comments on commit dfda3ce

Please sign in to comment.