Skip to content

Commit

Permalink
🐛 fix regression on emulated platforms
Browse files Browse the repository at this point in the history
Signed-off-by: burgholzer <burgholzer@me.com>
  • Loading branch information
burgholzer committed Aug 10, 2024
1 parent 79a864b commit f61fc74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/try_z3.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include <iostream>
#include <z3_api.h> // IWYU pragma: keep
#include <z3.h>

Check warning on line 2 in cmake/try_z3.cpp

View workflow job for this annotation

GitHub Actions / 🇨‌ Lint / 🚨 Lint

cmake/try_z3.cpp:2:1 [misc-include-cleaner]

included header z3.h is not used directly

int main() {
std::cout << Z3_get_full_version();

Check warning on line 5 in cmake/try_z3.cpp

View workflow job for this annotation

GitHub Actions / 🇨‌ Lint / 🚨 Lint

cmake/try_z3.cpp:5:16 [misc-include-cleaner]

no header providing "Z3_get_full_version" is directly included
Expand Down

0 comments on commit f61fc74

Please sign in to comment.