1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-02-08 21:52:51 +00:00

Fix missing include in amp_a0

This commit is contained in:
jsteube 2019-03-22 15:44:21 +01:00
parent c9d60c079f
commit 0413314ae4

View File

@ -6,6 +6,7 @@
#ifdef KERNEL_STATIC #ifdef KERNEL_STATIC
#include "inc_vendor.h" #include "inc_vendor.h"
#include "inc_types.h" #include "inc_types.h"
#include "inc_common.cl"
#include "inc_rp.h" #include "inc_rp.h"
#include "inc_rp.cl" #include "inc_rp.cl"
#endif #endif