Skip to content

Commit

Permalink
Fixup for new ciostream package structure
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Ballance <[email protected]>
  • Loading branch information
mballance committed May 4, 2024
1 parent e208416 commit 77f88b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ build/
dist/
packages/
*.so
src/ciostream/__init__.cpp
src/ciostream/__init__.h
src/ciostream/core.cpp
src/ciostream/core.h
tests/testext/__init__.cpp
tests/testext/__init__.h

2 changes: 1 addition & 1 deletion src/ciostream/ciostream_native.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

#include "ciostream_native.h"
#include "__init__.h"
#include "core.h"

namespace ciostream {

Expand Down

0 comments on commit 77f88b6

Please sign in to comment.