Skip to content

Commit 18ebf3b

Browse files
authored
Merge pull request #81 from sys-bio/fix-include
Fix #include so it works if included elsewhere.
2 parents cb4b7c8 + a00bf6e commit 18ebf3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/features/styles/libsbmlnetwork_styles.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#include <string>
66
#include <vector>
77
#include <map>
8-
#include "libsbmlnetwork_sbmldocument.h"
8+
#include "../../libsbmlnetwork_sbmldocument.h"
99

1010
namespace LIBSBMLNETWORK_CPP_NAMESPACE {
1111

0 commit comments

Comments
 (0)