Skip to content

Commit ec4633c

Browse files
committed
Fix installation error
1 parent e4e9f93 commit ec4633c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cpp/patchworkpp/examples/demo_sequential.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include <patchworkpp.h>
1+
#include <patchwork/patchworkpp.h>
22

33
#include <iostream>
44
#include <fstream>

cpp/patchworkpp/examples/demo_visualize.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include <patchworkpp.h>
1+
#include <patchwork/patchworkpp.h>
22

33
#include <iostream>
44
#include <fstream>

0 commit comments

Comments
 (0)