docs(readme): fixed include paths in readme example
This commit is contained in:
@@ -118,8 +118,9 @@ file generated during the installation of GridFire will take care of this for yo
|
|||||||
compile this example):
|
compile this example):
|
||||||
|
|
||||||
```c++
|
```c++
|
||||||
#include <netgraph.h>
|
#include <gridfire/netgraph.h>
|
||||||
#include <composition.h>
|
#include <fourdst/composition/composition.h>
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|||||||
Reference in New Issue
Block a user