duplicate include guards #379

changed the include guard in PythonPrint.hh
This commit is contained in:
Alex Lin 2017-01-24 09:59:13 -06:00
parent 70b5bcd1ab
commit 616f83cea4

View File

@ -1,5 +1,5 @@
#ifndef CLASSICCHECKPOINT_HH
#define CLASSICCHECKPOINT_HH
#ifndef PYTHONPRINT_HH
#define PYTHONPRINT_HH
#include <stddef.h> // for NULL
#include <string>