Skip to content
Snippets Groups Projects
Commit 850fd952 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

* #9730: cc++: enforce better checks in headers

parent eae6e24b
No related branches found
No related tags found
No related merge requests found
......@@ -37,8 +37,10 @@
#ifdef CCPP_PREFIX
#include <cc++/config.h>
#else
#elif defined COMMONCPP_PREFIX
#include <commoncpp/config.h>
#else
#error No CCGNU2 include directory found.
#endif
#endif // CC_CONFIG_H_
......@@ -37,8 +37,10 @@
#ifdef CCPP_PREFIX
#include <cc++/thread.h> // for mutex
#else
#elif defined COMMONCPP_PREFIX
#include <commoncpp/thread.h> // for mutex
#else
#error No CCGNU2 include directory found.
#endif
#endif // CC_THREAD_H_
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment