Fixes issue 26 "Make include guards unique"

https://github.com/openalpr/openalpr/issues/26
This commit is contained in:
Matt Hill
2014-05-02 20:23:47 -04:00
parent 9d9afa37fb
commit 0bf3f674ee
19 changed files with 60 additions and 54 deletions

View File

@@ -17,8 +17,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef ALPR_H
#define ALPR_H
#ifndef OPENALPR_ALPR_H
#define OPENALPR_ALPR_H
#include <iostream>
#include <vector>
@@ -83,4 +83,4 @@ class Alpr
AlprImpl* impl;
};
#endif // APLR_H
#endif // OPENALPR_APLR_H