mirror of
https://github.com/xenia-project/elemental-forms.git
synced 2026-01-31 01:25:17 +01:00
Now builds under clang.
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -15,6 +15,8 @@ Desktop.ini
|
||||
# Projects/IDE files
|
||||
# ==============================================================================
|
||||
|
||||
*~
|
||||
|
||||
# Sublime Text
|
||||
*.sublime-project
|
||||
*.sublime-workspace
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
#ifndef EL_TEXT_UTF8_H_
|
||||
#define EL_TEXT_UTF8_H_
|
||||
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
|
||||
namespace el {
|
||||
|
||||
Reference in New Issue
Block a user