diff options
Diffstat (limited to 'src/strings/vstring.cpp')
-rw-r--r-- | src/strings/vstring.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/strings/vstring.cpp b/src/strings/vstring.cpp index 6a0416a..0ef8f3d 100644 --- a/src/strings/vstring.cpp +++ b/src/strings/vstring.cpp @@ -18,6 +18,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 "../poison.hpp" + namespace strings { } // namespace strings |