fix ftbs on el7 - Order matters. cinttypes must be included first

pull/2125/head
Andrew Bauer 2018-06-13 12:18:34 -05:00 committed by GitHub
parent 8cc72507ee
commit 4190b994b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,12 +17,12 @@
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
//
#include <cinttypes>
#include "zm.h"
#include "zm_db.h"
#include "zm_zone.h"
#include "zm_image.h"
#include "zm_monitor.h"
#include <cinttypes>
void Zone::Setup(
Monitor *p_monitor,