Skip to content
Snippets Groups Projects

Add missing "#pragma once".

Merged Paal Kvamme requested to merge kvamme62/pragma-once into master
3 files
+ 6
0
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 2
0
@@ -12,6 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#pragma once
#include "../api.h"
#ifdef _MSC_VER
Loading