Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
cta
Commits
b06c68c6
Commit
b06c68c6
authored
Mar 28, 2014
by
Eric Cano
Browse files
Swapped include order as stdint.h comes implicitely with gtest's include in SLC5.
This fixes UINT64_C not defined in SLC5.
parent
98485988
Changes
1
Hide whitespace changes
Inline
Side-by-side
castor/tape/tapeserver/daemon/tapeserverdTest.cpp
View file @
b06c68c6
...
...
@@ -22,11 +22,11 @@
* @author Castor Dev team, castor-dev@cern.ch
*****************************************************************************/
#include
<gtest/gtest.h>
#define __STDC_CONSTANT_MACROS // For using stdint macros (stdint is included
// by inttypes.h, so we shoot first)
#include
<stdint.h>
#include
<inttypes.h>
#include
<gtest/gtest.h>
#include
"castor/tape/tapeserver/client/ClientSimulator.hpp"
#include
"castor/tape/tapeserver/client/ClientSimSingleReply.hpp"
#include
"castor/tape/tapeserver/client/ClientProxy.hpp"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment