diff options
Diffstat (limited to 'src/strings/zstring.hpp')
-rw-r--r-- | src/strings/zstring.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/strings/zstring.hpp b/src/strings/zstring.hpp index 96aadc0..717da88 100644 --- a/src/strings/zstring.hpp +++ b/src/strings/zstring.hpp @@ -19,6 +19,8 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. +# include "../sanity.hpp" + # include <cstring> # include "base.hpp" |