Skip to content

Build failed due to missing include #341

@keyehzy

Description

@keyehzy

My CI failed due to a missing include in rapidcheck/include/rapidcheck/Maybe.h.

Here is the patch to fix it.

@@ -1,7 +1,8 @@
 #pragma once
 
-#include <type_traits>
+#include <cstdint>
 #include <iostream>
+#include <type_traits>
 
 #include "rapidcheck/Nothing.h"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions