cc32519043
- Add LICENSE - Stagify PR: 192795 Submitted by: tkato432@yahoo.com
10 lines
338 B
C++
10 lines
338 B
C++
--- utils/ResourceManager.cpp.orig
|
|
+++ utils/ResourceManager.cpp
|
|
@@ -12,6 +12,7 @@
|
|
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
|
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details
|
|
//
|
|
+#include <cstring>
|
|
#include <iomanip>
|
|
#include <sys/types.h>
|
|
#include <sys/stat.h>
|