Improved configure time tests. Added OpenCV specific exception handling

This commit is contained in:
hbristow
2013-06-19 11:54:14 +10:00
parent 4d135ac4d8
commit 884f36ba65
6 changed files with 82 additions and 15 deletions

View File

@@ -12,6 +12,7 @@
#include <vector>
#include <unordered_map>
#include <string>
#include <opencv2/core.hpp>
{% block includes %}
{% endblock %}