polish compile message

This commit is contained in:
Dun Liang 2021-03-17 13:03:16 +08:00
parent 2e0c0b8288
commit 7e7649e345
2 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,7 @@
# This file is subject to the terms and conditions defined in
# file 'LICENSE.txt', which is part of this source code package.
# ***************************************************************
__version__ = '1.2.2.48'
__version__ = '1.2.2.49'
from . import lock
with lock.lock_scope():
ori_int = int

View File

@ -12,6 +12,7 @@
#include "event_queue.h"
#endif
#include <cstring>
#include <cmath>
#include "var.h"
#include "ops/array_op.h"
#include "misc/cuda_flags.h"