diff options
Diffstat (limited to 'src/common/extract.cpp')
-rw-r--r-- | src/common/extract.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/extract.cpp b/src/common/extract.cpp index 720e6df..bac7b38 100644 --- a/src/common/extract.cpp +++ b/src/common/extract.cpp @@ -18,6 +18,10 @@ // 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 "../strings/fstring.hpp" +#include "../strings/xstring.hpp" +#include "../strings/vstring.hpp" + #include "../poison.hpp" bool extract(XString str, XString *rv) |