Fix build on Fedora

This commit is contained in:
leap123 2024-03-11 13:01:43 +07:00 committed by GitHub
parent babefd09f3
commit c1b557fbb9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
#ifndef DMA_CORE_H
#define DMA_CORE_H
#include <cstdint>
#include <string>
enum DmaPullResult : int {