diff options
Diffstat (limited to 'src/strings/sstring.hpp')
-rw-r--r-- | src/strings/sstring.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/strings/sstring.hpp b/src/strings/sstring.hpp index 1836d69..7166e94 100644 --- a/src/strings/sstring.hpp +++ b/src/strings/sstring.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 "base.hpp" # include "rstring.hpp" |