docs(readme): fixed include paths in readme example

This commit is contained in:
2025-06-21 16:55:25 -04:00
parent a5639cca58
commit 9f6e360b0f

View File

@@ -118,8 +118,9 @@ file generated during the installation of GridFire will take care of this for yo
compile this example):
```c++
#include <netgraph.h>
#include <composition.h>
#include <gridfire/netgraph.h>
#include <fourdst/composition/composition.h>
#include <iostream>
#include <vector>
#include <string>