Added REAME.md
[svrt.git] / rgb_image.cc
index f803363..edb28eb 100644 (file)
  *  General Public License for more details.
  *
  *  You should have received a copy of the GNU General Public License
- *  along with selector.  If not, see <http://www.gnu.org/licenses/>.
+ *  along with svrt.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
 #include <iostream>
 #include <stdio.h>
 
-#include <libpng/png.h>
+#include <libpng12/png.h>
 #include "jpeg_misc.h"
 
 #include "rgb_image.h"