Skip to content

Commit

Permalink
Fix for gtest include
Browse files Browse the repository at this point in the history
  • Loading branch information
stekyne committed Nov 24, 2019
1 parent cc098f1 commit 74a6274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/c/csound_data_structures_test.cpp
Expand Up @@ -10,7 +10,7 @@
#include <stdio.h>
#include <stdlib.h>
#include "csoundCore.h"
#include "gtest\gtest.h"
#include "gtest/gtest.h"

class CsoundDataStructuresTests : public ::testing::Test {
public:
Expand Down

0 comments on commit 74a6274

Please sign in to comment.