mirror of
https://github.com/gflags/gflags.git
synced 2025-04-05 05:25:04 +00:00
Merge pull request #141 from schuhschuh/master
Fix build of unit test on Ubuntu/Windows by changing include order
This commit is contained in:
commit
12d810d8e6
1 changed files with 3 additions and 2 deletions
|
@ -32,9 +32,11 @@
|
|||
// For now, this unit test does not cover all features of
|
||||
// gflags.cc
|
||||
|
||||
#include "config.h"
|
||||
#include <gflags/gflags.h>
|
||||
|
||||
#include "config.h"
|
||||
#include "util.h"
|
||||
|
||||
#include <math.h> // for isinf() and isnan()
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -44,7 +46,6 @@
|
|||
#endif
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include "util.h"
|
||||
TEST_INIT
|
||||
EXPECT_DEATH_INIT
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue