Skip to content

Commit

Permalink
Merge pull request #250 from foodtiny/development
Browse files Browse the repository at this point in the history
Hot fix for Java::Util::Base64
  • Loading branch information
dquangit authored Sep 3, 2017
2 parents 2cf22f0 + b88de08 commit 7af37cb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions java/util/Base64/Base64.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

#ifndef JAVA_UTIL_BASE64_BASE64_HPP_
#define JAVA_UTIL_BASE64_BASE64_HPP_

#include "../../Lang.hpp"

namespace Java {
Expand Down Expand Up @@ -359,3 +362,6 @@ namespace Java {
}; // class Base64
} // namespace Util
} // namespace Java

#endif // JAVA_UTIL_BASE64_BASE64_HPP_

0 comments on commit 7af37cb

Please sign in to comment.