Skip to content

Commit

Permalink
add extern
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhiram Mullapudi committed Jun 13, 2021
1 parent 825e4a0 commit cb1be75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/solver/test_pollutants.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
*
* Unit testing mechanics for the pollutant API using Boost Test.
*/

#include <boost/test/unit_test.hpp>
#include "test_pollutants.hpp"

Expand Down
2 changes: 2 additions & 0 deletions tests/solver/test_pollutants.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@
#ifndef TEST_POLLUTANT_HPP
#define TEST_POLLUTANT_HPP

extern "C" {
#include "swmm5.h"
#include "toolkit.h"
}

#define ERR_NONE 0

Expand Down

0 comments on commit cb1be75

Please sign in to comment.