Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tests/api/C/counter-example-reading.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include <gtest/gtest.h>
#include <stdio.h>
#include <stp/c_interface.h>
#include <cstdint>

TEST(counter_example_reading, one)
{
Expand Down
2 changes: 2 additions & 0 deletions tests/api/C/timeout.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ THE SOFTWARE.
#include <iostream>
#include <stdio.h>
#include <stdlib.h>
#include <cstdint>


void test_timeout(bool test_with_time, uint32_t max_value, bool use_cms)
{
Expand Down
4 changes: 0 additions & 4 deletions tools/stp/main_common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ THE SOFTWARE.
#include "stp/ToSat/ToSATAIG.h"
#include <memory>

#if !defined(__MINGW32__) && !defined(__MINGW64__) && !defined(_MSC_VER)
#include <cstdint>
#endif

extern void errorHandler(const char* error_msg);

using namespace stp;
Expand Down