Skip to content

Commit 654eedf

Browse files
authored
Merge pull request duality-solutions#376 from duality-solutions/v2.4-WIP1
add missing include
2 parents d8fa24c + 5b3702e commit 654eedf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Makefile.gpu.include

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ crypto_argon2gpu_cuda_libdynamic_gpu_cuda_a_SOURCES = \
3636
crypto/argon2gpu/cuda/cuda-exception.h \
3737
crypto/argon2gpu/cuda/device.h \
3838
crypto/argon2gpu/cuda/global-context.h \
39+
crypto/argon2gpu/cuda/blake2b-kernels.h \
3940
crypto/argon2gpu/cuda/kernels.h \
4041
crypto/argon2gpu/cuda/processing-unit.h \
4142
crypto/argon2gpu/cuda/program-context.h \
@@ -116,4 +117,4 @@ CLEANFILES += $(GENERATED_KERNEL_FILES)
116117
endif
117118

118119
dynamicd_LDADD += $(LIBDYNAMIC_GPU_LDADD_EXTRA)
119-
dynamicd_LDFLAGS += $(LIBDYNAMIC_GPU_LDFLAGS_EXTRA)
120+
dynamicd_LDFLAGS += $(LIBDYNAMIC_GPU_LDFLAGS_EXTRA)

0 commit comments

Comments
 (0)