mirror of
https://github.com/Z3Prover/z3
synced 2025-08-19 17:50:23 +00:00
fix python build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
eca250933d
commit
ad92bfb1a1
8 changed files with 4 additions and 89 deletions
|
@ -183,7 +183,7 @@ unsigned long long memory::get_max_used_memory() {
|
|||
}
|
||||
|
||||
#if defined(_WINDOWS)
|
||||
#include "Windows.h"
|
||||
#include <Windows.h>
|
||||
#endif
|
||||
|
||||
unsigned long long memory::get_max_memory_size() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue