Advertisement
Tainel

src/base/dependencies/system.hpp

May 14th, 2023 (edited)
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.29 KB | Source Code | 0 0
  1. #pragma once
  2.  
  3. #include"directives.hpp"
  4.  
  5. // Include the entire C++ standard library.
  6. #include<bits/stdc++.h>
  7.  
  8. // Include some GNU C++ library extensions.
  9. #include<ext/pb_ds/assoc_container.hpp>
  10. #include<ext/random>
  11.  
  12. // Include the entire x86 intrinsics library.
  13. #include<x86intrin.h>
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement