Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit d6a9e39cae997343c0246247b9bd266de72dd46f
Author: Benjamin Buchfink <buchfink@gmail.com>
Date:   Thu Jan 23 17:22:40 2025 +0100

    fixed cirrus

commit c4fd26e27fd9051c649a3510f29074dfacb0f855
Author: Benjamin Buchfink <buchfink@gmail.com>
Date:   Thu Jan 23 17:17:03 2025 +0100

    fixed include

commit d1b5a25399effc7d88080728bdb6fb3e6071a3a7
Author: Benjamin Buchfink <buchfink@gmail.com>
Date:   Thu Jan 23 17:15:08 2025 +0100

    fixed include

commit 84fb1803da18488f7474be9072c64c864a660c41
Merge: fbb90ae0 389d0a2
Author: Benjamin Buchfink <buchfink@gmail.com>
Date:   Thu Jan 23 17:10:28 2025 +0100

    Merge branch 'master' into dev
  • Loading branch information
bbuchfink committed Jan 23, 2025
1 parent 389d0a2 commit 7d2a7d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ task:
compile_script: |
mkdir bin && cd bin
cmake -DCMAKE_BUILD_TYPE=Release ..
make -j $(nproc --all)
make
test_script: |
cd bin && ctest -C Release
1 change: 1 addition & 0 deletions src/basic/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
#include <string>
#include <vector>
#include <stdint.h>
#include "util/options/option.h"
#include "value.h"
#include "util/enum.h"
Expand Down
1 change: 1 addition & 0 deletions src/dp/score_vector.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

#pragma once
#include <array>
#include <stdint.h>
#include <algorithm>
#include <limits.h>
#include "util/simd.h"
Expand Down

0 comments on commit 7d2a7d1

Please # to comment.