mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 05:18:44 +00:00
include path
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a83af22841
commit
fb470a1868
|
@ -18,6 +18,7 @@ Revision History:
|
|||
--*/
|
||||
#ifndef FILE_PATH_H_
|
||||
#define FILE_PATH_H_
|
||||
#include <cstring>
|
||||
|
||||
inline char const * get_extension(char const * file_name) {
|
||||
if (file_name == 0)
|
||||
|
|
Loading…
Reference in a new issue