mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 03:45:51 +00:00
add rec decl/def to ML #4563
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
62b9630c4b
commit
10d0404175
3 changed files with 25 additions and 4 deletions
|
@ -16,8 +16,7 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef BIT_VECTOR_H_
|
||||
#define BIT_VECTOR_H_
|
||||
#pragma once
|
||||
|
||||
#include<string.h>
|
||||
#include "util/debug.h"
|
||||
|
@ -251,5 +250,4 @@ public:
|
|||
}
|
||||
};
|
||||
|
||||
#endif /* BIT_VECTOR_H_ */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue