I am trying to plot directly in my C program to Gnuplot, so I am using the header
#include "gnuplot-iostream.h"
But it is missing a dependency of file_descriptor.hpp. I've already copied the entire directory of Gnuplot into my current directory. Does anyone have an idea what a fix could be? I have tried searching on spotlight for the file but I can't find it (I think spotlight is just sketchy).