Build Error
- Many files were missing an explicit cmake.h include. Some were not including it at all. Now it's used almost everywhere. (cherry picked from commit 82ae86979c497e6d1d0c6b2b5a55aa379ec82c98)
This commit is contained in:
@@ -30,7 +30,6 @@
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <cmake.h>
|
||||
|
||||
// text.cpp, Non-UTF-8 aware.
|
||||
void wrapText (std::vector <std::string>&, const std::string&, const int, bool);
|
||||
|
||||
Reference in New Issue
Block a user