Browse Source

Fixed the Linux build by explicitly including a system header.

Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com>
pull/681/head
Dimitar Dobrev 9 years ago
parent
commit
dd3a9e1673
  1. 1
      tests/CSharp/CSharp.h

1
tests/CSharp/CSharp.h

@ -1,6 +1,7 @@ @@ -1,6 +1,7 @@
#include "../Tests.h"
#include <cstdint>
#include <vector>
#include <limits>
#include "AnotherUnit.h"
class DLL_API Foo

Loading…
Cancel
Save