We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2fc14a5 + 3d47a50 commit b88de08Copy full SHA for b88de08
1 file changed
java/util/Base64/Base64.hpp
@@ -24,6 +24,9 @@
24
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25
*/
26
27
+#ifndef JAVA_UTIL_BASE64_BASE64_HPP_
28
+#define JAVA_UTIL_BASE64_BASE64_HPP_
29
+
30
#include "../../Lang.hpp"
31
32
namespace Java {
@@ -359,3 +362,6 @@ namespace Java {
359
362
}; // class Base64
360
363
} // namespace Util
361
364
} // namespace Java
365
366
+#endif // JAVA_UTIL_BASE64_BASE64_HPP_
367
0 commit comments