diff options
Diffstat (limited to 'cuda/2d/arith.h')
-rw-r--r-- | cuda/2d/arith.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cuda/2d/arith.h b/cuda/2d/arith.h index f87db99..31ecc17 100644 --- a/cuda/2d/arith.h +++ b/cuda/2d/arith.h @@ -41,6 +41,7 @@ struct opAddMul; struct opAdd; struct opAdd2; struct opMul; +struct opDiv; struct opMul2; struct opDividedBy; struct opInvert; |