The cv::inpaint() is declared in the photo module within opencv.
Just add this include to your project:
#include <opencv2/photo/photo.hpp>
Or you could include the following which includes all of OpenCV's functionality.
#include <opencv2/opencv.hpp>