mirror of
https://github.com/RPCS3/yaml-cpp.git
synced 2026-07-24 20:25:32 -04:00
Use cassert instead of old assert.h (#750)
This commit is contained in:
committed by
Jesse Beder
parent
47d32aadf0
commit
e6b3a92e67
+1
-1
@@ -1,4 +1,4 @@
|
||||
#include <assert.h>
|
||||
#include <cassert>
|
||||
#include <iterator>
|
||||
#include <sstream>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user