Skip to content

Commit

Permalink
Fix includes
Browse files Browse the repository at this point in the history
  • Loading branch information
Auburn committed Aug 27, 2024
1 parent 3d712e0 commit 868e772
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dispatch/cmake/simd_lib_config.h.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#pragma once

#include <FastSIMD/Utility/ArchDetect.h>
#include <FastSIMD/Utility/FeatureSetList.h>

namespace FastSIMD
Expand Down
1 change: 1 addition & 0 deletions tests/test.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include <functional>
#include <string_view>
#include <vector>
#include <string>

constexpr size_t kTestBytes = 512 / 8;

Expand Down

0 comments on commit 868e772

Please sign in to comment.