flux-framework / dyad

DYAD: DYnamic and Asynchronous Data Streamliner
GNU Lesser General Public License v3.0
7 stars 5 forks source link

Fixes the includes in the C++ demo code #19

Closed ilumsden closed 1 year ago

ilumsden commented 1 year ago

There was a small mistake in the C++ demo code that would cause memcpy to not be found with some implementations of the C++ Standard Library. This PR fixes that by adding #include <cstring>