Skip to content

Commit 7af37cb

Browse files
authored
Merge pull request #250 from foodtiny/development
Hot fix for Java::Util::Base64
2 parents 2cf22f0 + b88de08 commit 7af37cb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

java/util/Base64/Base64.hpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2525
*/
2626

27+
#ifndef JAVA_UTIL_BASE64_BASE64_HPP_
28+
#define JAVA_UTIL_BASE64_BASE64_HPP_
29+
2730
#include "../../Lang.hpp"
2831

2932
namespace Java {
@@ -359,3 +362,6 @@ namespace Java {
359362
}; // class Base64
360363
} // namespace Util
361364
} // namespace Java
365+
366+
#endif // JAVA_UTIL_BASE64_BASE64_HPP_
367+

0 commit comments

Comments
 (0)