Skip to content

Commit

Permalink
Try to fix windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
markkohdev committed Aug 19, 2024
1 parent 4f98c93 commit 8bae983
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build: cmake
cmake --build ${BUILD_DIR}

test: build
cmake --build ${BUILD_DIR} --target test
ctest --test-dir ${BUILD_DIR}

clean:
rm -rf ${BUILD_DIR}/*
1 change: 1 addition & 0 deletions cpp/src/E4M3.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#pragma once

#include <cmath>
#include <string>

static constexpr float ALL_E4M3_VALUES[256] = {
0,
Expand Down
2 changes: 2 additions & 0 deletions cpp/src/Enums.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#pragma once

#include <string>

/**
* The space (i.e. distance metric) to use for searching.
*/
Expand Down

0 comments on commit 8bae983

Please sign in to comment.