Skip to content

Commit 5d77a9e

Browse files
committed
Fix coordinate selector internal import
1 parent dcdd41d commit 5d77a9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mdio/mdio.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
#define MDIO_MDIO_H_
2323

2424
#include "mdio/dataset.h"
25-
#include "mdio/intersection.h"
25+
#include "mdio/coordinate_selector.h"
2626

2727
#endif // MDIO_MDIO_H_

0 commit comments

Comments
 (0)