Skip to content

Commit

Permalink
Tried to fix windows error with strings
Browse files Browse the repository at this point in the history
  • Loading branch information
AnzoDK committed Sep 13, 2021
1 parent b86a65d commit 4a57914
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
pkgname="rpcommon"
provides=('rpcommon')
conflicts=('rpcommon-dev')
pkgver=0.1.11
pkgver=0.1.12
pkgrel=1
arch=('any')
pkgdesc="A compilation of small and common functions to make the dev life easier"
Expand Down
3 changes: 3 additions & 0 deletions RPCommon/RPCommon.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#pragma once
#if defined(win32) || defined(win64)
#include <string>
#endif
#include "strreverse.h"
#include "strfindlast.h"
#include "strcomp.h"
Expand Down

0 comments on commit 4a57914

Please sign in to comment.