Skip to content

Commit

Permalink
Use quotes to include cryptopp
Browse files Browse the repository at this point in the history
  • Loading branch information
Gatsik committed May 18, 2024
1 parent 88291c8 commit b4ccb89
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions uid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
#include <cassert>
#include <stdint.h>

#include <cryptopp/aes.h>
#include <cryptopp/modes.h>
#include <cryptopp/osrng.h>
#include <cryptopp/rsa.h>
#include <cryptopp/base64.h>
#include <cryptopp/integer.h>
#include <cryptopp/files.h>
#include "cryptopp/aes.h"
#include "cryptopp/modes.h"
#include "cryptopp/osrng.h"
#include "cryptopp/rsa.h"
#include "cryptopp/base64.h"
#include "cryptopp/integer.h"
#include "cryptopp/files.h"

#include <json/json.h>

Expand Down

0 comments on commit b4ccb89

Please sign in to comment.